List:Commits« Previous MessageNext Message »
From:Sergey Vojtovich Date:October 17 2008 9:34am
Subject:bzr push into mysql-6.0-falcon-team branch (svoj:2869) WL#2511
View as plain text  
 2869 Sergey Vojtovich	2008-10-17
      An addition to
      
      WL#2511 - Add a new table to the Information Schema for TABLESPACE's
      
      Fixed information_schema-big.
modified:
  mysql-test/r/information_schema-big.result

=== modified file 'mysql-test/r/information_schema-big.result'
--- a/mysql-test/r/information_schema-big.result	2008-06-27 15:40:42 +0000
+++ b/mysql-test/r/information_schema-big.result	2008-10-17 07:32:11 +0000
@@ -43,6 +43,7 @@ SESSION_STATUS	VARIABLE_NAME
 SESSION_VARIABLES	VARIABLE_NAME
 STATISTICS	TABLE_SCHEMA
 TABLES	TABLE_SCHEMA
+TABLESPACES	TABLESPACE_NAME
 TABLE_CONSTRAINTS	CONSTRAINT_SCHEMA
 TABLE_PRIVILEGES	TABLE_SCHEMA
 TRIGGERS	TRIGGER_SCHEMA
@@ -88,6 +89,7 @@ SESSION_STATUS	VARIABLE_NAME
 SESSION_VARIABLES	VARIABLE_NAME
 STATISTICS	TABLE_SCHEMA
 TABLES	TABLE_SCHEMA
+TABLESPACES	TABLESPACE_NAME
 TABLE_CONSTRAINTS	CONSTRAINT_SCHEMA
 TABLE_PRIVILEGES	TABLE_SCHEMA
 TRIGGERS	TRIGGER_SCHEMA

Thread
bzr push into mysql-6.0-falcon-team branch (svoj:2869) WL#2511Sergey Vojtovich17 Oct