mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
merge.
checkpoint. does not compile.
This commit is contained in:
commit
65ca700def
2732 changed files with 867677 additions and 21074 deletions
|
|
@ -1358,7 +1358,7 @@ void partition_info::print_no_partition_found(TABLE *table_arg)
|
|||
if (part_expr->null_value)
|
||||
buf_ptr= (char*)"NULL";
|
||||
else
|
||||
longlong2str(err_value, buf,
|
||||
longlong10_to_str(err_value, buf,
|
||||
part_expr->unsigned_flag ? 10 : -10);
|
||||
dbug_tmp_restore_column_map(table_arg->read_set, old_map);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue