summaryrefslogtreecommitdiff
path: root/mysql-test/t/sp.test
diff options
context:
space:
mode:
authorSergey Glukhov <Sergey.Glukhov@sun.com>2009-10-23 11:20:44 +0500
committerSergey Glukhov <Sergey.Glukhov@sun.com>2009-10-23 11:20:44 +0500
commit1ad9d1f1df99e81b5dc68c3f619e2a4d3b867366 (patch)
treec0a3fdf579f487733eae81ea4bbbfe727818cc27 /mysql-test/t/sp.test
parent6b75adb02099a517f058033a37e9dccf09fbf9b5 (diff)
downloadmariadb-git-1ad9d1f1df99e81b5dc68c3f619e2a4d3b867366.tar.gz
Bug#5299 Remove SHOW COLUMN TYPES, backport to Betony
Diffstat (limited to 'mysql-test/t/sp.test')
-rw-r--r--mysql-test/t/sp.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/t/sp.test b/mysql-test/t/sp.test
index 44c4556340e..168b6020670 100644
--- a/mysql-test/t/sp.test
+++ b/mysql-test/t/sp.test
@@ -2882,7 +2882,6 @@ create procedure bug4902()
begin
show charset like 'foo';
show collation like 'foo';
- show column types;
show create table t1;
show create database test;
show databases like 'foo';