mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Bug#13548704 ALGORITHM USED FOR DROPPING PARTITIONED TABLE CAN LEAD
TO INCONSISTENCY [Merge from 5.1]
This commit is contained in:
@ -275,7 +275,7 @@ private:
|
||||
delete_table, rename_table and create uses very similar logic which
|
||||
is packed into this routine.
|
||||
*/
|
||||
uint del_ren_cre_table(const char *from, const char *to,
|
||||
int del_ren_cre_table(const char *from, const char *to,
|
||||
TABLE *table_arg, HA_CREATE_INFO *create_info);
|
||||
/*
|
||||
One method to create the table_name.par file containing the names of the
|
||||
|
Reference in New Issue
Block a user