diff options
author | msvensson@neptunus.(none) <> | 2006-11-09 12:00:27 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-11-09 12:00:27 +0100 |
commit | 4c26bf9c1dc32bc2cbd5aa3bf032f7b77b999857 (patch) | |
tree | 540cc2c5d9520784cfc4ef10ec0ae543e79f4550 /mysql-test/std_data/bug19371.MYD | |
parent | 4b9ea8c0e210416251b77c8dbcb387680ce6c52d (diff) | |
download | mariadb-git-4c26bf9c1dc32bc2cbd5aa3bf032f7b77b999857.tar.gz |
Bug#19371 VARBINARY() have trailing zeros after upgrade from 4.1
- Detect if a table has field of type MYSQL_TYPE_VAR_STRING while running
"CHECK TABLE t FOR UPGRADE" and indicate it need to be fixed
with "REPAIR TABLE t".
- When running a "REPAIR TABLE t" or "ALTER TABLE t FORCE" on the above
table, install a special copy function to trim off the trailing spaces
which we safely can say that the pre 5.0 mysqld didn't put there.
Diffstat (limited to 'mysql-test/std_data/bug19371.MYD')
-rw-r--r-- | mysql-test/std_data/bug19371.MYD | bin | 0 -> 40 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/mysql-test/std_data/bug19371.MYD b/mysql-test/std_data/bug19371.MYD Binary files differnew file mode 100644 index 00000000000..1b58a70832f --- /dev/null +++ b/mysql-test/std_data/bug19371.MYD |