MCPcopy Create free account
hub / github.com/MariaDB/server / chop

Method chop

sql/sql_string.h:1119–1126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1117 }
1118
1119 inline void chop()
1120 {
1121 if (str_length)
1122 {
1123 str_length--;
1124 str_length= well_formed_length();
1125 }
1126 }
1127
1128 void strip_sp();
1129 friend String *copy_if_not_alloced(String *a,String *b,uint32 arg_length);

Callers 11

TEST_filesortFunction · 0.45
wsrep_drop_table_queryFunction · 0.45
fill_sysvarsFunction · 0.45
json_niceFunction · 0.45
get_key_valueMethod · 0.45
filter_keysFunction · 0.45
convert_to_arrayFunction · 0.45
mysql_rm_table_no_locksFunction · 0.45
fk_info_append_fieldsFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_filesortFunction · 0.36