add a test case for MySQL Bug #13889741: HANDLE_FATAL_SIGNAL IN _DB_ENTER_ | HANDLE_FATAL_SIGNAL IN STRNLEN

This commit is contained in:
Sergei Golubchik 2012-11-09 20:15:23 +01:00
parent d9633edc14
commit 8db072748f
2 changed files with 6 additions and 0 deletions

View file

@ -1673,4 +1673,6 @@ SELECT length(CAST(b AS CHAR)) FROM ubig;
length(CAST(b AS CHAR))
20
DROP TABLE ubig;
select 1 from information_schema.tables where table_schema=repeat('a', 2000);
1
End of 5.1 tests.

View file

@ -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.