mirror of
https://github.com/MariaDB/server.git
synced 2026-04-27 18:55:31 +02:00
mysql-5.5.22 merge
mysql-test/suite/innodb/t/group_commit_crash.test: remove autoincrement to avoid rbr being used for insert ... select mysql-test/suite/innodb/t/group_commit_crash_no_optimize_thread.test: remove autoincrement to avoid rbr being used for insert ... select mysys/my_addr_resolve.c: a pointer to a buffer is returned to the caller -> the buffer cannot be on the stack mysys/stacktrace.c: my_vsnprintf() is ok here, in 5.5
This commit is contained in:
commit
20e706689d
311 changed files with 4853 additions and 1848 deletions
|
|
@ -254,7 +254,7 @@ uint fast_alter_partition_table(THD *thd, TABLE *table,
|
|||
char *db,
|
||||
const char *table_name,
|
||||
TABLE *fast_alter_table);
|
||||
uint set_part_state(Alter_info *alter_info, partition_info *tab_part_info,
|
||||
bool set_part_state(Alter_info *alter_info, partition_info *tab_part_info,
|
||||
enum partition_state part_state);
|
||||
uint prep_alter_part_table(THD *thd, TABLE *table, Alter_info *alter_info,
|
||||
HA_CREATE_INFO *create_info,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue