diff options
author | Davi Arnaut <davi@mysql.com> | 2008-06-17 11:12:21 -0300 |
---|---|---|
committer | Davi Arnaut <davi@mysql.com> | 2008-06-17 11:12:21 -0300 |
commit | 5d237db6f6719e7a1132bdb664ac2206c7bb8a9b (patch) | |
tree | f39cf90ded924b0b4efe69724a020b3169a8709a /mysys/Makefile.am | |
parent | fab820e66091225e4e07cabdb390712a34c4ed15 (diff) | |
download | mariadb-git-5d237db6f6719e7a1132bdb664ac2206c7bb8a9b.tar.gz |
Bug#33873: Fast ALTER TABLE doesn't work with multibyte character sets
The problem was that when comparing tables for a possible
fast alter table, the comparison was being performed using
the parsed information and not the final definition.
The solution is to use the possible final table layout to
compare if a fast alter is possible or not.
mysql-test/include/mix1.inc:
Disable test case for Bug 21704 as it hasn't been fixed.
mysql-test/r/alter_table.result:
Add test case result for Bug#33873
mysql-test/r/innodb_mysql.result:
Update test case result
mysql-test/t/alter_table.test:
Add test case for Bug#33873
sql/sql_table.cc:
Use updated (final) information to compare fields.
Diffstat (limited to 'mysys/Makefile.am')
0 files changed, 0 insertions, 0 deletions