summaryrefslogtreecommitdiff
path: root/mysql-test/t/information_schema.test
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2012-11-09 20:15:23 +0100
committerSergei Golubchik <sergii@pisem.net>2012-11-09 20:15:23 +0100
commit8db072748fc9beb11fa34fe3efc3e31f17499409 (patch)
tree96882ff7a5535393a268e8fc0ad75a3cdb7361bf /mysql-test/t/information_schema.test
parentd9633edc146d8934c33af940e150f1605665a681 (diff)
downloadmariadb-git-8db072748fc9beb11fa34fe3efc3e31f17499409.tar.gz
add a test case for MySQL Bug #13889741: HANDLE_FATAL_SIGNAL IN _DB_ENTER_ | HANDLE_FATAL_SIGNAL IN STRNLEN
Diffstat (limited to 'mysql-test/t/information_schema.test')
-rw-r--r--mysql-test/t/information_schema.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/t/information_schema.test b/mysql-test/t/information_schema.test
index e78b180caf7..a6b07f379ec 100644
--- a/mysql-test/t/information_schema.test
+++ b/mysql-test/t/information_schema.test
@@ -1438,6 +1438,10 @@ SELECT length(CAST(b AS CHAR)) FROM ubig;
DROP TABLE ubig;
+#
+# Bug #13889741: HANDLE_FATAL_SIGNAL IN _DB_ENTER_ | HANDLE_FATAL_SIGNAL IN STRNLEN
+#
+select 1 from information_schema.tables where table_schema=repeat('a', 2000);
--echo End of 5.1 tests.