diff options
author | Luis Soares <luis.soares@sun.com> | 2009-11-13 10:17:53 +0000 |
---|---|---|
committer | Luis Soares <luis.soares@sun.com> | 2009-11-13 10:17:53 +0000 |
commit | d8ca6b9dd9111db8f303d872f279f374af68e80b (patch) | |
tree | 5107afeb0f71e17a7fcdff3685ea606313d1aa3c /mysql-test/t/warnings.test | |
parent | 0d46e5880e0bb00183b93dedfb8fb007f46dc36e (diff) | |
parent | 7cf9ee96ae496654ac912080f9b7a64f2950e938 (diff) | |
download | mariadb-git-d8ca6b9dd9111db8f303d872f279f374af68e80b.tar.gz |
manual merge: mysql-5.1-rep+2 (bug tree) --> mysql-5.1-rep+2 (latest)
CONFLICTS
=========
Text conflict in sql/sql_yacc.yy
1 conflicts encountered.
Diffstat (limited to 'mysql-test/t/warnings.test')
-rw-r--r-- | mysql-test/t/warnings.test | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/mysql-test/t/warnings.test b/mysql-test/t/warnings.test index 176f320e390..98e1db62d84 100644 --- a/mysql-test/t/warnings.test +++ b/mysql-test/t/warnings.test @@ -112,11 +112,6 @@ show variables like 'max_error_count'; drop table t1; # -# Test for deprecated table_type variable -# -set table_type=MYISAM; - -# # Tests for show warnings limit a, b # create table t1 (a int); |