List:Commits« Previous MessageNext Message »
From:tomas Date:November 29 2007 11:47am
Subject:bk commit into 5.1 tree (tomas:1.2751)
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of tomas. When tomas 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-11-29 11:47:44+01:00, tomas@stripped +1 -0
  adopt result to embedded

  mysql-test/suite/ndb/r/ndb_restore_compressed.result@stripped, 2007-11-29 11:47:41+01:00,
tomas@stripped +3 -3
    adopt result to embedded

diff -Nrup a/mysql-test/suite/ndb/r/ndb_restore_compressed.result
b/mysql-test/suite/ndb/r/ndb_restore_compressed.result
--- a/mysql-test/suite/ndb/r/ndb_restore_compressed.result	2007-11-14 05:13:35 +01:00
+++ b/mysql-test/suite/ndb/r/ndb_restore_compressed.result	2007-11-29 11:47:41 +01:00
@@ -143,9 +143,9 @@ ForceVarPart: 0
 ForceVarPart: 1
 select * from information_schema.columns where table_name = "t1_c";
 TABLE_CATALOG	TABLE_SCHEMA	TABLE_NAME	COLUMN_NAME	ORDINAL_POSITION	COLUMN_DEFAULT	IS_NULLABLE	DATA_TYPE	CHARACTER_MAXIMUM_LENGTH	CHARACTER_OCTET_LENGTH	NUMERIC_PRECISION	NUMERIC_SCALE	CHARACTER_SET_NAME	COLLATION_NAME	COLUMN_TYPE	COLUMN_KEY	EXTRA	PRIVILEGES	COLUMN_COMMENT	STORAGE	FORMAT
-NULL	test	t1_c	capgoaledatta	1	NULL	NO	mediumint	NULL	NULL	7	0	NULL	NULL	mediumint(5)
unsigned	PRI	auto_increment	select,insert,update,references		Default	Default
-NULL	test	t1_c	goaledatta	2		NO	char	2	2	NULL	NULL	latin1	latin1_swedish_ci	char(2)	PRI		select,insert,update,references		Default	Default
-NULL	test	t1_c	maturegarbagefa	3		NO	varchar	32	32	NULL	NULL	latin1	latin1_swedish_ci	varchar(32)	PRI		select,insert,update,references		Default	Default
+NULL	test	t1_c	capgoaledatta	1	NULL	NO	mediumint	NULL	NULL	7	0	NULL	NULL	mediumint(5)
unsigned	PRI	auto_increment	#		Default	Default
+NULL	test	t1_c	goaledatta	2		NO	char	2	2	NULL	NULL	latin1	latin1_swedish_ci	char(2)	PRI		#		Default	Default
+NULL	test	t1_c	maturegarbagefa	3		NO	varchar	32	32	NULL	NULL	latin1	latin1_swedish_ci	varchar(32)	PRI		#		Default	Default
 select count(*) from t1;
 count(*)
 5
Thread
bk commit into 5.1 tree (tomas:1.2751)tomas29 Nov