summaryrefslogtreecommitdiff
path: root/mysql-test/std_data/bug19371.MYD
diff options
context:
space:
mode:
authormsvensson@neptunus.(none) <>2006-11-09 12:00:27 +0100
committermsvensson@neptunus.(none) <>2006-11-09 12:00:27 +0100
commit4c26bf9c1dc32bc2cbd5aa3bf032f7b77b999857 (patch)
tree540cc2c5d9520784cfc4ef10ec0ae543e79f4550 /mysql-test/std_data/bug19371.MYD
parent4b9ea8c0e210416251b77c8dbcb387680ce6c52d (diff)
downloadmariadb-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.MYDbin0 -> 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
new file mode 100644
index 00000000000..1b58a70832f
--- /dev/null
+++ b/mysql-test/std_data/bug19371.MYD
Binary files differ