mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)
remove: * NDB from everywhere * IM from mtr-v1 * packaging/rpm-oel and packaging/rpm-uln * few unused spec files * plug.in file * .bzrignore
This commit is contained in:
@@ -6887,7 +6887,7 @@ uint fast_alter_partition_table(THD *thd, TABLE *table,
|
||||
1) Write the new frm, pack it and then delete it
|
||||
2) Perform the change within the handler
|
||||
*/
|
||||
if (mysql_write_frm(lpt, WFRM_WRITE_SHADOW | WFRM_PACK_FRM) ||
|
||||
if (mysql_write_frm(lpt, WFRM_WRITE_SHADOW) ||
|
||||
mysql_change_partitions(lpt))
|
||||
{
|
||||
goto err;
|
||||
|
Reference in New Issue
Block a user