diff options
author | unknown <konstantin@mysql.com> | 2004-02-06 14:28:57 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2004-02-06 14:28:57 +0300 |
commit | b5819094a70fa1c4f9c231424af6792da0b7b801 (patch) | |
tree | 02ab95be219033200e8a697bc32e7e67f7377ae3 /mysql-test/r/alter_table.result | |
parent | cbda6835edefb245f883e015b4b3e6761db6171a (diff) | |
download | mariadb-git-b5819094a70fa1c4f9c231424af6792da0b7b801.tar.gz |
Fix for bug #2628 "ALTER TABLE destroys table and reports success"
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
mysql-test/r/alter_table.result:
Fix for bug #2628: test result fixed
mysql-test/t/alter_table.test:
Fix for bug #2628: test case added
sql/sql_table.cc:
Fix for bug #2628:
We need to take into account database name when checking if source and
destination table names are equal.
Note, that after merge to 4.0 we also need to check for
lower_case_table_names.
Diffstat (limited to 'mysql-test/r/alter_table.result')
-rw-r--r-- | mysql-test/r/alter_table.result | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/r/alter_table.result b/mysql-test/r/alter_table.result index dbdbb7f57a9..8b104225b9c 100644 --- a/mysql-test/r/alter_table.result +++ b/mysql-test/r/alter_table.result @@ -32,3 +32,11 @@ i 2 3 4 +name +current +name +mysqltest +name +current +name +mysqltest |