summaryrefslogtreecommitdiff
path: root/mysql-test/t/lowercase_table.test
diff options
context:
space:
mode:
authorunknown <reggie@mdk10.(none)>2005-05-23 14:48:25 -0500
committerunknown <reggie@mdk10.(none)>2005-05-23 14:48:25 -0500
commit97bde75e4ed215354f86f1fd220e5eaf25920fc7 (patch)
tree29f0a6a8643629fff4ef73095865522b077268f6 /mysql-test/t/lowercase_table.test
parent442c072fdf6c7dd2b7fcad5a44c6438b980629f4 (diff)
downloadmariadb-git-97bde75e4ed215354f86f1fd220e5eaf25920fc7.tar.gz
BUG# 9148 Denial of service
fixups of test case and comment formatting BitKeeper/deleted/.del-reserved_win_names-master.opt~e56da049a7ce9a5b: ***MISSING TEXT*** mysql-test/r/lowercase_table.result: added my test for bug #9148 to this test case mysql-test/t/lowercase_table.test: added my test for bug #9148 to this test case mysys/my_fopen.c: reformatted comments mysys/my_open.c: reformatted comments
Diffstat (limited to 'mysql-test/t/lowercase_table.test')
-rw-r--r--mysql-test/t/lowercase_table.test11
1 files changed, 11 insertions, 0 deletions
diff --git a/mysql-test/t/lowercase_table.test b/mysql-test/t/lowercase_table.test
index ee8dc403981..ca81c7c66bc 100644
--- a/mysql-test/t/lowercase_table.test
+++ b/mysql-test/t/lowercase_table.test
@@ -82,3 +82,14 @@ create table t2 like T1;
drop table t1, t2;
show tables;
+
+#
+#Bug 9148: Denial of service
+#
+--error 1049
+use lpt1;
+--error 1049
+use com1;
+--error 1049
+use prn;
+