diff options
author | Rohit Kalhans <rohit.kalhans@oracle.com> | 2012-09-23 15:51:23 +0530 |
---|---|---|
committer | Rohit Kalhans <rohit.kalhans@oracle.com> | 2012-09-23 15:51:23 +0530 |
commit | 2d4b31da9bb14c444366805b23d7a12347d6c1f9 (patch) | |
tree | 6e7c614c34e86ae1f8e03bb81560b9e1609ff890 /sql/ha_ndbcluster_binlog.cc | |
parent | 4802faad3f67e5950858c2eba04271d836c1edb1 (diff) | |
parent | 7c671a7ead96dd9115a6ae77ebbf78d0dea43485 (diff) | |
download | mariadb-git-2d4b31da9bb14c444366805b23d7a12347d6c1f9.tar.gz |
bug#14548159: upmerge from mysql-5.1 -> mysql-5.5
Diffstat (limited to 'sql/ha_ndbcluster_binlog.cc')
-rw-r--r-- | sql/ha_ndbcluster_binlog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_ndbcluster_binlog.cc b/sql/ha_ndbcluster_binlog.cc index 0f037040902..48edca0a705 100644 --- a/sql/ha_ndbcluster_binlog.cc +++ b/sql/ha_ndbcluster_binlog.cc @@ -1335,7 +1335,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; |