mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Re-apply missing changesets in 5.1
BUG#19544 mysqldump does not backup TS and LG information correctly. Problem was the type of the column was varchar(8) not an integer type. So mysqld was outputting a string representation of the number in scientific notation, which wasn't exact. Now we do it as a bigint and output the number in bytes. Fix assertion when loading plugins due to handler changes
This commit is contained in:
@ -5488,7 +5488,7 @@ bool get_key_map_from_key_list(key_map *map, TABLE *table,
|
||||
0)
|
||||
{
|
||||
my_error(ER_KEY_COLUMN_DOES_NOT_EXITS, MYF(0), name->c_ptr(),
|
||||
table->s->table_name.str);
|
||||
table->pos_in_table_list->alias);
|
||||
map->set_all();
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user