List:Commits« Previous MessageNext Message »
From:jmiller Date:October 5 2007 11:52am
Subject:bk commit into 5.1 tree (jmiller:1.2645)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of ndbdev. When ndbdev 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-10-05 13:52:04+02:00, jmiller@stripped +1 -0
  ndb_show_tables_result.inc:
    New include files needed by test. Was part of a different commit, but got reviews out of order, so pushing as part of last patch

  mysql-test/include/ndb_show_tables_result.inc@stripped, 2007-10-05 13:51:51+02:00, jmiller@stripped +11 -0
    New include files needed by test. Was part of a different commit, but got reviews out of order, so pushing as part of last patch

  mysql-test/include/ndb_show_tables_result.inc@stripped, 2007-10-05 13:51:51+02:00, jmiller@stripped +0 -0

diff -Nrup a/mysql-test/include/ndb_show_tables_result.inc b/mysql-test/include/ndb_show_tables_result.inc
--- /dev/null	Wed Dec 31 16:00:00 196900
+++ b/mysql-test/include/ndb_show_tables_result.inc	2007-10-05 13:51:51 +02:00
@@ -0,0 +1,11 @@
+--disable_warnings
+--disable_query_log
+CREATE TEMPORARY TABLE IF NOT EXISTS ndb_show_tables_results (id INT, type VARCHAR(20), state VARCHAR(20), logging VARCHAR(20), _database VARCHAR(255), _schema VARCHAR(20), name VARCHAR(255));
+
+--exec $NDB_TOOLS_DIR/ndb_show_tables --p > $MYSQLTEST_VARDIR/master-data/test/tmp.dat
+LOAD DATA INFILE 'tmp.dat' INTO TABLE ndb_show_tables_results;
+--enable_query_log
+--enable_warnings
+--echo
+--echo ndb_show_tables completed.....
+--echo
Thread
bk commit into 5.1 tree (jmiller:1.2645)jmiller5 Oct