|
|||||||||||
|
bk commit into 5.1 tree (anozdrin:1.2585) BUG#24923
From: Alexander Nozdrin <alik(at)mysql.com>
Date: Wed Oct 17 2007 - 07:44:27 EDT
ChangeSet@1.2585, 2007-10-17 15:44:22+04:00, anozdrin@station. +2 -0 Fix result files (BUG#24923). mysql-test/r/information_schema.result@1.163, 2007-10-17 15:44:20+04:00, anozdrin@station. +1 -1 Fix result files (BUG#24923). mysql-test/r/system_mysql_db.result@1.50, 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', - `returns` char(64) NOT NULL DEFAULT '', + `returns` longblob NOT NULL, `body` longblob NOT NULL, -- MySQL Code Commits Mailing List For list archives: http://lists.mysql.com/commits To unsubscribe: http://lists.mysql.com/commits?unsub=lists@pantek.comReceived on Wed Oct 17 07:43:35 2007 This archive was generated by hypermail 2.1.8 : Thu Jul 03 2008 - 10:04:24 EDT |
||||||||||
|
|||||||||||