diff options
author | unknown <msvensson@neptunus.(none)> | 2006-05-11 14:13:14 +0200 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-05-11 14:13:14 +0200 |
commit | a9e0d2779e16bfd33292accfd3e417713381bd5c (patch) | |
tree | d7d75583e99a84dfb79f42ef1fcfd56c41521b58 /mysql-test/std_data/bug15328.cnf | |
parent | 5854f65b29c91479515b186fae73d1a85169600d (diff) | |
download | mariadb-git-a9e0d2779e16bfd33292accfd3e417713381bd5c.tar.gz |
Bug#15328 Segmentation fault occured if my.cnf is invalid for escape sequence
- Check that length of value is longer than 1 before decrementing length by 2.
- Backport from 5.0, make it possible to use my_print_defaults in tests
mysql-test/mysql-test-run.pl:
Backport from 5.0, make it possible to use my_print_defaults from tests
mysql-test/mysql-test-run.sh:
Backport from 5.0, make it possible to use my_print_defaults from tests
mysql-test/r/mysqldump.result:
Update result
mysql-test/t/mysqldump.test:
Test that my_print default don't segfault when encountering an option without closing "
mysys/default.c:
Check that length of value is longer than 1 before deciding to decrement its length by 2.
mysql-test/std_data/bug15328.cnf:
New BitKeeper file ``mysql-test/std_data/bug15328.cnf''
Diffstat (limited to 'mysql-test/std_data/bug15328.cnf')
-rw-r--r-- | mysql-test/std_data/bug15328.cnf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/std_data/bug15328.cnf b/mysql-test/std_data/bug15328.cnf new file mode 100644 index 00000000000..e23d33bfa54 --- /dev/null +++ b/mysql-test/std_data/bug15328.cnf @@ -0,0 +1,2 @@ +[mysqldump] +fields-optionally-enclosed-by=" |