Commit 6c8fbe61 authored by Olivier Bertrand's avatar Olivier Bertrand

Commit merged files.

- Fix result length mismatch because an error message was modified.
modified:
  storage/connect/mysql-test/connect/r/alter.result
parents 19042843 43752dbf
...@@ -240,7 +240,7 @@ line ...@@ -240,7 +240,7 @@ line
# Sure enough, the data file was not deleted. # Sure enough, the data file was not deleted.
# #
ALTER TABLE t1 ENGINE=CONNECT; ALTER TABLE t1 ENGINE=CONNECT;
ERROR HY000: Operation denied. Table data would be lost. ERROR HY000: Operation denied. Table data would be modified.
# #
# But changing back to CONNECT succeed # But changing back to CONNECT succeed
# if the data file does not exist. # if the data file does not exist.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment