List:Commits« Previous MessageNext Message »
From:Alexander Nozdrin Date:October 17 2007 11:44am
Subject:bk commit into 5.1 tree (anozdrin:1.2585) BUG#24923
View as plain text  
Below is the list of changes that have just been committed into a local
5.1 repository of alik. When alik 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-17 15:44:22+04:00, anozdrin@station. +2 -0
  Fix result files (BUG#24923).

  mysql-test/r/information_schema.result@stripped, 2007-10-17 15:44:20+04:00, anozdrin@station. +1 -1
    Fix result files (BUG#24923).

  mysql-test/r/system_mysql_db.result@stripped, 2007-10-17 15:44:20+04:00, anozdrin@station. +1 -1
    Fix result files (BUG#24923).

diff -Nrup a/mysql-test/r/information_schema.result b/mysql-test/r/information_schema.result
--- a/mysql-test/r/information_schema.result	2007-09-20 12:56:24 +04:00
+++ b/mysql-test/r/information_schema.result	2007-10-17 15:44:20 +04:00
@@ -578,7 +578,7 @@ proc	sql_data_access	enum('CONTAINS_SQL'
 proc	is_deterministic	enum('YES','NO')
 proc	security_type	enum('INVOKER','DEFINER')
 proc	param_list	blob
-proc	returns	char(64)
+proc	returns	longblob
 proc	body	longblob
 proc	definer	char(77)
 proc	created	timestamp
diff -Nrup a/mysql-test/r/system_mysql_db.result b/mysql-test/r/system_mysql_db.result
--- a/mysql-test/r/system_mysql_db.result	2007-06-28 21:34:47 +04:00
+++ b/mysql-test/r/system_mysql_db.result	2007-10-17 15:44:20 +04:00
@@ -196,7 +196,7 @@ proc	CREATE TABLE `proc` (
   `is_deterministic` enum('YES','NO') NOT NULL DEFAULT 'NO',
   `security_type` enum('INVOKER','DEFINER') NOT NULL DEFAULT 'DEFINER',
   `param_list` blob NOT NULL,
-  `returns` char(64) NOT NULL DEFAULT '',
+  `returns` longblob NOT NULL,
   `body` longblob NOT NULL,
   `definer` char(77) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
   `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
Thread
bk commit into 5.1 tree (anozdrin:1.2585) BUG#24923Alexander Nozdrin17 Oct