diff options
author | patg@govinda.patg.net <> | 2006-12-08 22:19:51 -0500 |
---|---|---|
committer | patg@govinda.patg.net <> | 2006-12-08 22:19:51 -0500 |
commit | 98062f567d31516f61d720661f46ee447d66821d (patch) | |
tree | 98052a9530a50458fde337b5121819c0df2fc25e /mysql-test/r/warnings.result | |
parent | a3e85cce4eac9fd29f783a76e88878647bae7177 (diff) | |
download | mariadb-git-98062f567d31516f61d720661f46ee447d66821d.tar.gz |
WL# 3031
Post-commit issues fixed
* Test results for other tests fixed due to added error #s
* Memory allocation/free issues found with running with valgrind
* Fix to mysql-test-run shell script to run federated_server test (installs
mysql.servers table properly)
Diffstat (limited to 'mysql-test/r/warnings.result')
-rw-r--r-- | mysql-test/r/warnings.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/warnings.result b/mysql-test/r/warnings.result index d03c5ed2f54..21c553951f6 100644 --- a/mysql-test/r/warnings.result +++ b/mysql-test/r/warnings.result @@ -175,7 +175,7 @@ Warning 1266 Using storage engine MyISAM for table 't1' drop table t1; set table_type=MYISAM; Warnings: -Warning 1541 The syntax 'table_type' is deprecated and will be removed in MySQL 5.2. Please use 'storage_engine' instead +Warning 1543 The syntax 'table_type' is deprecated and will be removed in MySQL 5.2. Please use 'storage_engine' instead create table t1 (a int); insert into t1 (a) values (1), (2), (3), (4), (5), (6), (7), (8), (9), (10); update t1 set a='abc'; |