List:Commits« Previous MessageNext Message »
From:antony Date:August 25 2007 12:01am
Subject:bk commit into 5.2 tree (antony:1.2574)
View as plain text  
Below is the list of changes that have just been committed into a local
5.2 repository of antony. When antony does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2007-08-24 17:01:27-07:00, antony@stripped +2 -0
  Fix test from deprecated syntax

  mysql-test/r/show_check.result@stripped, 2007-08-24 17:01:19-07:00, antony@stripped +1 -1
    Fix test from deprecated syntax

  mysql-test/t/show_check.test@stripped, 2007-08-24 17:01:19-07:00, antony@stripped +1 -1
    Fix test from deprecated syntax

diff -Nrup a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result
--- a/mysql-test/r/show_check.result	2007-08-24 16:19:51 -07:00
+++ b/mysql-test/r/show_check.result	2007-08-24 17:01:19 -07:00
@@ -1424,5 +1424,5 @@ DROP PROCEDURE p1;
 DROP FUNCTION f1;
 DROP TABLE t1;
 DROP EVENT ev1;
-SHOW TABLE TYPES;
+SHOW STORAGE ENGINES;
 End of 5.1 tests
diff -Nrup a/mysql-test/t/show_check.test b/mysql-test/t/show_check.test
--- a/mysql-test/t/show_check.test	2007-08-24 16:19:52 -07:00
+++ b/mysql-test/t/show_check.test	2007-08-24 17:01:19 -07:00
@@ -1107,7 +1107,7 @@ DROP EVENT ev1;
 # Bug #30036: SHOW TABLE TYPES causes the debug client to crash
 #
 --disable_result_log
-SHOW TABLE TYPES;
+SHOW STORAGE ENGINES;
 --enable_result_log
 
 
Thread
bk commit into 5.2 tree (antony:1.2574)antony25 Aug