mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
BUG#14548159: Followup patch to fix some issues on PB2
This commit is contained in:
parent
5530c5e38d
commit
7c671a7ead
2 changed files with 4 additions and 3 deletions
|
|
@ -1307,7 +1307,7 @@ int ndbcluster_log_schema_op(THD *thd, NDB_SHARE *share,
|
|||
new_table_name, 0);
|
||||
quoted_table2[id_length]= '\0';
|
||||
query_length= (uint) (strxmov(tmp_buf2, "rename table ",
|
||||
quoted_db1, ".", quoted_table_1, " to ",
|
||||
quoted_db1, ".", quoted_table1, " to ",
|
||||
quoted_db2, ".", quoted_table2, NullS) - tmp_buf2);
|
||||
type_str= "rename table";
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue