diff options
author | unknown <holyfoot@hf-ibm.(none)> | 2005-05-06 01:01:39 +0500 |
---|---|---|
committer | unknown <holyfoot@hf-ibm.(none)> | 2005-05-06 01:01:39 +0500 |
commit | 8a27426fcdac4f2422f83cec2928004fd9074962 (patch) | |
tree | 2a5b7c2ccfaeb6ea061bc33fe28c66d4988ff336 /mysql-test/r/ps_5merge.result | |
parent | a8e4fbcbe386371a105653e5fc02f66371c27fd1 (diff) | |
download | mariadb-git-8a27426fcdac4f2422f83cec2928004fd9074962.tar.gz |
Tests and results fixed with last precision/decimal related modifications
mysql-test/r/case.result:
test result fixed
mysql-test/r/create.result:
test result fixed
mysql-test/r/distinct.result:
test result fixed
mysql-test/r/func_group.result:
test result fixed
mysql-test/r/func_op.result:
test result fixed
mysql-test/r/group_by.result:
test result fixed
mysql-test/r/metadata.result:
test result fixed
mysql-test/r/olap.result:
test result fixed
mysql-test/r/ps_2myisam.result:
test result fixed
mysql-test/r/ps_3innodb.result:
test result fixed
mysql-test/r/ps_4heap.result:
test result fixed
mysql-test/r/ps_5merge.result:
test result fixed
mysql-test/r/ps_6bdb.result:
test result fixed
mysql-test/r/ps_7ndb.result:
test result fixed
mysql-test/r/select.result:
test result fixed
mysql-test/r/sp.result:
test result fixed
mysql-test/r/type_decimal.result:
test result fixed
mysql-test/r/type_newdecimal.result:
test result fixed
mysql-test/r/union.result:
test result fixed
mysql-test/r/variables.result:
test result fixed
mysql-test/t/func_group.test:
test modified
mysql-test/t/olap.test:
test modified
mysql-test/t/type_decimal.test:
test modified
Diffstat (limited to 'mysql-test/r/ps_5merge.result')
-rw-r--r-- | mysql-test/r/ps_5merge.result | 516 |
1 files changed, 258 insertions, 258 deletions
diff --git a/mysql-test/r/ps_5merge.result b/mysql-test/r/ps_5merge.result index 4a53fe47f3f..5bd18078213 100644 --- a/mysql-test/r/ps_5merge.result +++ b/mysql-test/r/ps_5merge.result @@ -102,8 +102,8 @@ def test t9 t9 c7 c7 4 12 1 Y 32768 31 63 def test t9 t9 c8 c8 5 22 1 Y 32768 31 63 def test t9 t9 c9 c9 5 22 1 Y 32768 31 63 def test t9 t9 c10 c10 5 22 1 Y 32768 31 63 -def test t9 t9 c11 c11 246 7 6 Y 0 4 63 -def test t9 t9 c12 c12 246 8 6 Y 0 4 63 +def test t9 t9 c11 c11 246 9 6 Y 0 4 63 +def test t9 t9 c12 c12 246 10 6 Y 0 4 63 def test t9 t9 c13 c13 10 10 10 Y 128 0 63 def test t9 t9 c14 c14 12 19 19 Y 128 0 63 def test t9 t9 c15 c15 7 19 19 N 1249 0 63 @@ -1696,8 +1696,8 @@ Table Create Table t5 CREATE TABLE `t5` ( `const01` bigint(1) NOT NULL default '0', `param01` bigint(20) default NULL, - `const02` decimal(3,1) NOT NULL default '0.0', - `param02` decimal(64,30) default NULL, + `const02` decimal(2,1) NOT NULL default '0.0', + `param02` decimal(65,30) default NULL, `const03` double NOT NULL default '0', `param03` double default NULL, `const04` varchar(3) NOT NULL default '', @@ -1718,7 +1718,7 @@ t5 CREATE TABLE `t5` ( `param11` bigint(20) default NULL, `const12` binary(0) default NULL, `param12` bigint(20) default NULL, - `param13` decimal(64,30) default NULL, + `param13` decimal(65,30) default NULL, `param14` longtext, `param15` longblob ) ENGINE=MyISAM DEFAULT CHARSET=latin1 @@ -1726,10 +1726,10 @@ select * from t5 ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr def test t5 t5 const01 const01 8 1 1 N 32769 0 63 def test t5 t5 param01 param01 8 20 1 Y 32768 0 63 -def test t5 t5 const02 const02 246 3 3 N 1 1 63 -def test t5 t5 param02 param02 246 64 32 Y 0 30 63 +def test t5 t5 const02 const02 246 4 3 N 1 1 63 +def test t5 t5 param02 param02 246 67 32 Y 0 30 63 def test t5 t5 const03 const03 5 17 1 N 32769 31 63 -def test t5 t5 param03 param03 5 20 1 Y 32768 31 63 +def test t5 t5 param03 param03 5 23 1 Y 32768 31 63 def test t5 t5 const04 const04 253 3 3 N 1 0 8 def test t5 t5 param04 param04 252 16777215 3 Y 16 0 8 def test t5 t5 const05 const05 253 3 3 N 129 0 63 @@ -1748,7 +1748,7 @@ def test t5 t5 const11 const11 3 4 4 Y 32768 0 63 def test t5 t5 param11 param11 8 20 4 Y 32768 0 63 def test t5 t5 const12 const12 254 0 0 Y 128 0 63 def test t5 t5 param12 param12 8 20 0 Y 32768 0 63 -def test t5 t5 param13 param13 246 64 0 Y 0 30 63 +def test t5 t5 param13 param13 246 67 0 Y 0 30 63 def test t5 t5 param14 param14 252 16777215 0 Y 16 0 8 def test t5 t5 param15 param15 252 16777215 0 Y 144 0 63 const01 8 @@ -1836,25 +1836,25 @@ from t9 where c1= 1 ; 1 1 1 1 1 1 1 1 1 1 1.0000 1.0000 2004-02-29 2004-02-29 11:11:11 2004-02-29 11:11:11 11:11:11 2004 1 1 a 123456789a 123456789a123456789b123456789c tinyblob tinytext blob text mediumblob mediumtext longblob longtext one monday execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 1 Y 128 31 63 -def @arg03 253 20 1 Y 128 31 63 -def @arg04 253 20 1 Y 128 31 63 -def @arg05 253 20 1 Y 128 31 63 -def @arg06 253 20 1 Y 128 31 63 -def @arg07 253 20 1 Y 128 31 63 -def @arg08 253 20 1 Y 128 31 63 -def @arg09 253 20 1 Y 128 31 63 -def @arg10 253 20 1 Y 128 31 63 -def @arg11 253 64 6 Y 128 30 63 -def @arg12 253 64 6 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 1 Y 128 0 63 +def @arg03 253 20 1 Y 128 0 63 +def @arg04 253 20 1 Y 128 0 63 +def @arg05 253 20 1 Y 128 0 63 +def @arg06 253 20 1 Y 128 0 63 +def @arg07 253 23 1 Y 128 31 63 +def @arg08 253 23 1 Y 128 31 63 +def @arg09 253 23 1 Y 128 31 63 +def @arg10 253 23 1 Y 128 31 63 +def @arg11 253 67 6 Y 128 30 63 +def @arg12 253 67 6 Y 128 30 63 def @arg13 253 8192 10 Y 128 31 63 def @arg14 253 8192 19 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 8 Y 128 31 63 -def @arg17 253 20 4 Y 128 31 63 -def @arg18 253 20 1 Y 128 31 63 -def @arg19 253 20 1 Y 128 31 63 +def @arg17 253 20 4 Y 128 0 63 +def @arg18 253 20 1 Y 128 0 63 +def @arg19 253 20 1 Y 128 0 63 def @arg20 253 8192 1 Y 0 31 8 def @arg21 253 8192 10 Y 0 31 8 def @arg22 253 8192 30 Y 0 31 8 @@ -1883,25 +1883,25 @@ from t9 where c1= 0 ; 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 1991-01-01 01:01:01 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 0 Y 128 31 63 -def @arg03 253 20 0 Y 128 31 63 -def @arg04 253 20 0 Y 128 31 63 -def @arg05 253 20 0 Y 128 31 63 -def @arg06 253 20 0 Y 128 31 63 -def @arg07 253 20 0 Y 128 31 63 -def @arg08 253 20 0 Y 128 31 63 -def @arg09 253 20 0 Y 128 31 63 -def @arg10 253 20 0 Y 128 31 63 -def @arg11 253 64 0 Y 128 30 63 -def @arg12 253 64 0 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 0 Y 128 0 63 +def @arg03 253 20 0 Y 128 0 63 +def @arg04 253 20 0 Y 128 0 63 +def @arg05 253 20 0 Y 128 0 63 +def @arg06 253 20 0 Y 128 0 63 +def @arg07 253 23 0 Y 128 31 63 +def @arg08 253 23 0 Y 128 31 63 +def @arg09 253 23 0 Y 128 31 63 +def @arg10 253 23 0 Y 128 31 63 +def @arg11 253 67 0 Y 128 30 63 +def @arg12 253 67 0 Y 128 30 63 def @arg13 253 8192 0 Y 128 31 63 def @arg14 253 8192 0 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 0 Y 128 31 63 -def @arg17 253 20 0 Y 128 31 63 -def @arg18 253 20 0 Y 128 31 63 -def @arg19 253 20 0 Y 128 31 63 +def @arg17 253 20 0 Y 128 0 63 +def @arg18 253 20 0 Y 128 0 63 +def @arg19 253 20 0 Y 128 0 63 def @arg20 253 8192 0 Y 0 31 8 def @arg21 253 8192 0 Y 0 31 8 def @arg22 253 8192 0 Y 0 31 8 @@ -1933,25 +1933,25 @@ execute stmt1 using @my_key ; 1 1 1 1 1 1 1 1 1 1 1.0000 1.0000 2004-02-29 2004-02-29 11:11:11 2004-02-29 11:11:11 11:11:11 2004 1 1 a 123456789a 123456789a123456789b123456789c tinyblob tinytext blob text mediumblob mediumtext longblob longtext one monday execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 1 Y 128 31 63 -def @arg03 253 20 1 Y 128 31 63 -def @arg04 253 20 1 Y 128 31 63 -def @arg05 253 20 1 Y 128 31 63 -def @arg06 253 20 1 Y 128 31 63 -def @arg07 253 20 1 Y 128 31 63 -def @arg08 253 20 1 Y 128 31 63 -def @arg09 253 20 1 Y 128 31 63 -def @arg10 253 20 1 Y 128 31 63 -def @arg11 253 64 6 Y 128 30 63 -def @arg12 253 64 6 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 1 Y 128 0 63 +def @arg03 253 20 1 Y 128 0 63 +def @arg04 253 20 1 Y 128 0 63 +def @arg05 253 20 1 Y 128 0 63 +def @arg06 253 20 1 Y 128 0 63 +def @arg07 253 23 1 Y 128 31 63 +def @arg08 253 23 1 Y 128 31 63 +def @arg09 253 23 1 Y 128 31 63 +def @arg10 253 23 1 Y 128 31 63 +def @arg11 253 67 6 Y 128 30 63 +def @arg12 253 67 6 Y 128 30 63 def @arg13 253 8192 10 Y 128 31 63 def @arg14 253 8192 19 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 8 Y 128 31 63 -def @arg17 253 20 4 Y 128 31 63 -def @arg18 253 20 1 Y 128 31 63 -def @arg19 253 20 1 Y 128 31 63 +def @arg17 253 20 4 Y 128 0 63 +def @arg18 253 20 1 Y 128 0 63 +def @arg19 253 20 1 Y 128 0 63 def @arg20 253 8192 1 Y 0 31 8 def @arg21 253 8192 10 Y 0 31 8 def @arg22 253 8192 30 Y 0 31 8 @@ -1973,25 +1973,25 @@ execute stmt1 using @my_key ; 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 1991-01-01 01:01:01 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 0 Y 128 31 63 -def @arg03 253 20 0 Y 128 31 63 -def @arg04 253 20 0 Y 128 31 63 -def @arg05 253 20 0 Y 128 31 63 -def @arg06 253 20 0 Y 128 31 63 -def @arg07 253 20 0 Y 128 31 63 -def @arg08 253 20 0 Y 128 31 63 -def @arg09 253 20 0 Y 128 31 63 -def @arg10 253 20 0 Y 128 31 63 -def @arg11 253 64 0 Y 128 30 63 -def @arg12 253 64 0 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 0 Y 128 0 63 +def @arg03 253 20 0 Y 128 0 63 +def @arg04 253 20 0 Y 128 0 63 +def @arg05 253 20 0 Y 128 0 63 +def @arg06 253 20 0 Y 128 0 63 +def @arg07 253 23 0 Y 128 31 63 +def @arg08 253 23 0 Y 128 31 63 +def @arg09 253 23 0 Y 128 31 63 +def @arg10 253 23 0 Y 128 31 63 +def @arg11 253 67 0 Y 128 30 63 +def @arg12 253 67 0 Y 128 30 63 def @arg13 253 8192 0 Y 128 31 63 def @arg14 253 8192 0 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 0 Y 128 31 63 -def @arg17 253 20 0 Y 128 31 63 -def @arg18 253 20 0 Y 128 31 63 -def @arg19 253 20 0 Y 128 31 63 +def @arg17 253 20 0 Y 128 0 63 +def @arg18 253 20 0 Y 128 0 63 +def @arg19 253 20 0 Y 128 0 63 def @arg20 253 8192 0 Y 0 31 8 def @arg21 253 8192 0 Y 0 31 8 def @arg22 253 8192 0 Y 0 31 8 @@ -2021,25 +2021,25 @@ into @arg01, @arg02, @arg03, @arg04, @arg05, @arg06, @arg07, @arg08, from t9 where c1= 1 ; execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 1 Y 128 31 63 -def @arg03 253 20 1 Y 128 31 63 -def @arg04 253 20 1 Y 128 31 63 -def @arg05 253 20 1 Y 128 31 63 -def @arg06 253 20 1 Y 128 31 63 -def @arg07 253 20 1 Y 128 31 63 -def @arg08 253 20 1 Y 128 31 63 -def @arg09 253 20 1 Y 128 31 63 -def @arg10 253 20 1 Y 128 31 63 -def @arg11 253 64 6 Y 128 30 63 -def @arg12 253 64 6 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 1 Y 128 0 63 +def @arg03 253 20 1 Y 128 0 63 +def @arg04 253 20 1 Y 128 0 63 +def @arg05 253 20 1 Y 128 0 63 +def @arg06 253 20 1 Y 128 0 63 +def @arg07 253 23 1 Y 128 31 63 +def @arg08 253 23 1 Y 128 31 63 +def @arg09 253 23 1 Y 128 31 63 +def @arg10 253 23 1 Y 128 31 63 +def @arg11 253 67 6 Y 128 30 63 +def @arg12 253 67 6 Y 128 30 63 def @arg13 253 8192 10 Y 128 31 63 def @arg14 253 8192 19 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 8 Y 128 31 63 -def @arg17 253 20 4 Y 128 31 63 -def @arg18 253 20 1 Y 128 31 63 -def @arg19 253 20 1 Y 128 31 63 +def @arg17 253 20 4 Y 128 0 63 +def @arg18 253 20 1 Y 128 0 63 +def @arg19 253 20 1 Y 128 0 63 def @arg20 253 8192 1 Y 0 31 8 def @arg21 253 8192 10 Y 0 31 8 def @arg22 253 8192 30 Y 0 31 8 @@ -2065,25 +2065,25 @@ into @arg01, @arg02, @arg03, @arg04, @arg05, @arg06, @arg07, @arg08, from t9 where c1= 0 ; execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 0 Y 128 31 63 -def @arg03 253 20 0 Y 128 31 63 -def @arg04 253 20 0 Y 128 31 63 -def @arg05 253 20 0 Y 128 31 63 -def @arg06 253 20 0 Y 128 31 63 -def @arg07 253 20 0 Y 128 31 63 -def @arg08 253 20 0 Y 128 31 63 -def @arg09 253 20 0 Y 128 31 63 -def @arg10 253 20 0 Y 128 31 63 -def @arg11 253 64 0 Y 128 30 63 -def @arg12 253 64 0 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 0 Y 128 0 63 +def @arg03 253 20 0 Y 128 0 63 +def @arg04 253 20 0 Y 128 0 63 +def @arg05 253 20 0 Y 128 0 63 +def @arg06 253 20 0 Y 128 0 63 +def @arg07 253 23 0 Y 128 31 63 +def @arg08 253 23 0 Y 128 31 63 +def @arg09 253 23 0 Y 128 31 63 +def @arg10 253 23 0 Y 128 31 63 +def @arg11 253 67 0 Y 128 30 63 +def @arg12 253 67 0 Y 128 30 63 def @arg13 253 8192 0 Y 128 31 63 def @arg14 253 8192 0 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 0 Y 128 31 63 -def @arg17 253 20 0 Y 128 31 63 -def @arg18 253 20 0 Y 128 31 63 -def @arg19 253 20 0 Y 128 31 63 +def @arg17 253 20 0 Y 128 0 63 +def @arg18 253 20 0 Y 128 0 63 +def @arg19 253 20 0 Y 128 0 63 def @arg20 253 8192 0 Y 0 31 8 def @arg21 253 8192 0 Y 0 31 8 def @arg22 253 8192 0 Y 0 31 8 @@ -2111,25 +2111,25 @@ set @my_key= 1 ; execute stmt1 using @my_key ; execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 1 Y 128 31 63 -def @arg03 253 20 1 Y 128 31 63 -def @arg04 253 20 1 Y 128 31 63 -def @arg05 253 20 1 Y 128 31 63 -def @arg06 253 20 1 Y 128 31 63 -def @arg07 253 20 1 Y 128 31 63 -def @arg08 253 20 1 Y 128 31 63 -def @arg09 253 20 1 Y 128 31 63 -def @arg10 253 20 1 Y 128 31 63 -def @arg11 253 64 6 Y 128 30 63 -def @arg12 253 64 6 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 1 Y 128 0 63 +def @arg03 253 20 1 Y 128 0 63 +def @arg04 253 20 1 Y 128 0 63 +def @arg05 253 20 1 Y 128 0 63 +def @arg06 253 20 1 Y 128 0 63 +def @arg07 253 23 1 Y 128 31 63 +def @arg08 253 23 1 Y 128 31 63 +def @arg09 253 23 1 Y 128 31 63 +def @arg10 253 23 1 Y 128 31 63 +def @arg11 253 67 6 Y 128 30 63 +def @arg12 253 67 6 Y 128 30 63 def @arg13 253 8192 10 Y 128 31 63 def @arg14 253 8192 19 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 8 Y 128 31 63 -def @arg17 253 20 4 Y 128 31 63 -def @arg18 253 20 1 Y 128 31 63 -def @arg19 253 20 1 Y 128 31 63 +def @arg17 253 20 4 Y 128 0 63 +def @arg18 253 20 1 Y 128 0 63 +def @arg19 253 20 1 Y 128 0 63 def @arg20 253 8192 1 Y 0 31 8 def @arg21 253 8192 10 Y 0 31 8 def @arg22 253 8192 30 Y 0 31 8 @@ -2149,25 +2149,25 @@ set @my_key= 0 ; execute stmt1 using @my_key ; execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 0 Y 128 31 63 -def @arg03 253 20 0 Y 128 31 63 -def @arg04 253 20 0 Y 128 31 63 -def @arg05 253 20 0 Y 128 31 63 -def @arg06 253 20 0 Y 128 31 63 -def @arg07 253 20 0 Y 128 31 63 -def @arg08 253 20 0 Y 128 31 63 -def @arg09 253 20 0 Y 128 31 63 -def @arg10 253 20 0 Y 128 31 63 -def @arg11 253 64 0 Y 128 30 63 -def @arg12 253 64 0 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 0 Y 128 0 63 +def @arg03 253 20 0 Y 128 0 63 +def @arg04 253 20 0 Y 128 0 63 +def @arg05 253 20 0 Y 128 0 63 +def @arg06 253 20 0 Y 128 0 63 +def @arg07 253 23 0 Y 128 31 63 +def @arg08 253 23 0 Y 128 31 63 +def @arg09 253 23 0 Y 128 31 63 +def @arg10 253 23 0 Y 128 31 63 +def @arg11 253 67 0 Y 128 30 63 +def @arg12 253 67 0 Y 128 30 63 def @arg13 253 8192 0 Y 128 31 63 def @arg14 253 8192 0 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 0 Y 128 31 63 -def @arg17 253 20 0 Y 128 31 63 -def @arg18 253 20 0 Y 128 31 63 -def @arg19 253 20 0 Y 128 31 63 +def @arg17 253 20 0 Y 128 0 63 +def @arg18 253 20 0 Y 128 0 63 +def @arg19 253 20 0 Y 128 0 63 def @arg20 253 8192 0 Y 0 31 8 def @arg21 253 8192 0 Y 0 31 8 def @arg22 253 8192 0 Y 0 31 8 @@ -3115,8 +3115,8 @@ def test t9 t9 c7 c7 4 12 1 Y 32768 31 63 def test t9 t9 c8 c8 5 22 1 Y 32768 31 63 def test t9 t9 c9 c9 5 22 1 Y 32768 31 63 def test t9 t9 c10 c10 5 22 1 Y 32768 31 63 -def test t9 t9 c11 c11 246 7 6 Y 0 4 63 -def test t9 t9 c12 c12 246 8 6 Y 0 4 63 +def test t9 t9 c11 c11 246 9 6 Y 0 4 63 +def test t9 t9 c12 c12 246 10 6 Y 0 4 63 def test t9 t9 c13 c13 10 10 10 Y 128 0 63 def test t9 t9 c14 c14 12 19 19 Y 128 0 63 def test t9 t9 c15 c15 7 19 19 N 1249 0 63 @@ -4709,8 +4709,8 @@ Table Create Table t5 CREATE TABLE `t5` ( `const01` bigint(1) NOT NULL default '0', `param01` bigint(20) default NULL, - `const02` decimal(3,1) NOT NULL default '0.0', - `param02` decimal(64,30) default NULL, + `const02` decimal(2,1) NOT NULL default '0.0', + `param02` decimal(65,30) default NULL, `const03` double NOT NULL default '0', `param03` double default NULL, `const04` varchar(3) NOT NULL default '', @@ -4731,7 +4731,7 @@ t5 CREATE TABLE `t5` ( `param11` bigint(20) default NULL, `const12` binary(0) default NULL, `param12` bigint(20) default NULL, - `param13` decimal(64,30) default NULL, + `param13` decimal(65,30) default NULL, `param14` longtext, `param15` longblob ) ENGINE=MyISAM DEFAULT CHARSET=latin1 @@ -4739,10 +4739,10 @@ select * from t5 ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr def test t5 t5 const01 const01 8 1 1 N 32769 0 63 def test t5 t5 param01 param01 8 20 1 Y 32768 0 63 -def test t5 t5 const02 const02 246 3 3 N 1 1 63 -def test t5 t5 param02 param02 246 64 32 Y 0 30 63 +def test t5 t5 const02 const02 246 4 3 N 1 1 63 +def test t5 t5 param02 param02 246 67 32 Y 0 30 63 def test t5 t5 const03 const03 5 17 1 N 32769 31 63 -def test t5 t5 param03 param03 5 20 1 Y 32768 31 63 +def test t5 t5 param03 param03 5 23 1 Y 32768 31 63 def test t5 t5 const04 const04 253 3 3 N 1 0 8 def test t5 t5 param04 param04 252 16777215 3 Y 16 0 8 def test t5 t5 const05 const05 253 3 3 N 129 0 63 @@ -4761,7 +4761,7 @@ def test t5 t5 const11 const11 3 4 4 Y 32768 0 63 def test t5 t5 param11 param11 8 20 4 Y 32768 0 63 def test t5 t5 const12 const12 254 0 0 Y 128 0 63 def test t5 t5 param12 param12 8 20 0 Y 32768 0 63 -def test t5 t5 param13 param13 246 64 0 Y 0 30 63 +def test t5 t5 param13 param13 246 67 0 Y 0 30 63 def test t5 t5 param14 param14 252 16777215 0 Y 16 0 8 def test t5 t5 param15 param15 252 16777215 0 Y 144 0 63 const01 8 @@ -4849,25 +4849,25 @@ from t9 where c1= 1 ; 1 1 1 1 1 1 1 1 1 1 1.0000 1.0000 2004-02-29 2004-02-29 11:11:11 2004-02-29 11:11:11 11:11:11 2004 1 1 a 123456789a 123456789a123456789b123456789c tinyblob tinytext blob text mediumblob mediumtext longblob longtext one monday execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 1 Y 128 31 63 -def @arg03 253 20 1 Y 128 31 63 -def @arg04 253 20 1 Y 128 31 63 -def @arg05 253 20 1 Y 128 31 63 -def @arg06 253 20 1 Y 128 31 63 -def @arg07 253 20 1 Y 128 31 63 -def @arg08 253 20 1 Y 128 31 63 -def @arg09 253 20 1 Y 128 31 63 -def @arg10 253 20 1 Y 128 31 63 -def @arg11 253 64 6 Y 128 30 63 -def @arg12 253 64 6 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 1 Y 128 0 63 +def @arg03 253 20 1 Y 128 0 63 +def @arg04 253 20 1 Y 128 0 63 +def @arg05 253 20 1 Y 128 0 63 +def @arg06 253 20 1 Y 128 0 63 +def @arg07 253 23 1 Y 128 31 63 +def @arg08 253 23 1 Y 128 31 63 +def @arg09 253 23 1 Y 128 31 63 +def @arg10 253 23 1 Y 128 31 63 +def @arg11 253 67 6 Y 128 30 63 +def @arg12 253 67 6 Y 128 30 63 def @arg13 253 8192 10 Y 128 31 63 def @arg14 253 8192 19 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 8 Y 128 31 63 -def @arg17 253 20 4 Y 128 31 63 -def @arg18 253 20 1 Y 128 31 63 -def @arg19 253 20 1 Y 128 31 63 +def @arg17 253 20 4 Y 128 0 63 +def @arg18 253 20 1 Y 128 0 63 +def @arg19 253 20 1 Y 128 0 63 def @arg20 253 8192 1 Y 0 31 8 def @arg21 253 8192 10 Y 0 31 8 def @arg22 253 8192 30 Y 0 31 8 @@ -4896,25 +4896,25 @@ from t9 where c1= 0 ; 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 1991-01-01 01:01:01 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 0 Y 128 31 63 -def @arg03 253 20 0 Y 128 31 63 -def @arg04 253 20 0 Y 128 31 63 -def @arg05 253 20 0 Y 128 31 63 -def @arg06 253 20 0 Y 128 31 63 -def @arg07 253 20 0 Y 128 31 63 -def @arg08 253 20 0 Y 128 31 63 -def @arg09 253 20 0 Y 128 31 63 -def @arg10 253 20 0 Y 128 31 63 -def @arg11 253 64 0 Y 128 30 63 -def @arg12 253 64 0 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 0 Y 128 0 63 +def @arg03 253 20 0 Y 128 0 63 +def @arg04 253 20 0 Y 128 0 63 +def @arg05 253 20 0 Y 128 0 63 +def @arg06 253 20 0 Y 128 0 63 +def @arg07 253 23 0 Y 128 31 63 +def @arg08 253 23 0 Y 128 31 63 +def @arg09 253 23 0 Y 128 31 63 +def @arg10 253 23 0 Y 128 31 63 +def @arg11 253 67 0 Y 128 30 63 +def @arg12 253 67 0 Y 128 30 63 def @arg13 253 8192 0 Y 128 31 63 def @arg14 253 8192 0 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 0 Y 128 31 63 -def @arg17 253 20 0 Y 128 31 63 -def @arg18 253 20 0 Y 128 31 63 -def @arg19 253 20 0 Y 128 31 63 +def @arg17 253 20 0 Y 128 0 63 +def @arg18 253 20 0 Y 128 0 63 +def @arg19 253 20 0 Y 128 0 63 def @arg20 253 8192 0 Y 0 31 8 def @arg21 253 8192 0 Y 0 31 8 def @arg22 253 8192 0 Y 0 31 8 @@ -4946,25 +4946,25 @@ execute stmt1 using @my_key ; 1 1 1 1 1 1 1 1 1 1 1.0000 1.0000 2004-02-29 2004-02-29 11:11:11 2004-02-29 11:11:11 11:11:11 2004 1 1 a 123456789a 123456789a123456789b123456789c tinyblob tinytext blob text mediumblob mediumtext longblob longtext one monday execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 1 Y 128 31 63 -def @arg03 253 20 1 Y 128 31 63 -def @arg04 253 20 1 Y 128 31 63 -def @arg05 253 20 1 Y 128 31 63 -def @arg06 253 20 1 Y 128 31 63 -def @arg07 253 20 1 Y 128 31 63 -def @arg08 253 20 1 Y 128 31 63 -def @arg09 253 20 1 Y 128 31 63 -def @arg10 253 20 1 Y 128 31 63 -def @arg11 253 64 6 Y 128 30 63 -def @arg12 253 64 6 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 1 Y 128 0 63 +def @arg03 253 20 1 Y 128 0 63 +def @arg04 253 20 1 Y 128 0 63 +def @arg05 253 20 1 Y 128 0 63 +def @arg06 253 20 1 Y 128 0 63 +def @arg07 253 23 1 Y 128 31 63 +def @arg08 253 23 1 Y 128 31 63 +def @arg09 253 23 1 Y 128 31 63 +def @arg10 253 23 1 Y 128 31 63 +def @arg11 253 67 6 Y 128 30 63 +def @arg12 253 67 6 Y 128 30 63 def @arg13 253 8192 10 Y 128 31 63 def @arg14 253 8192 19 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 8 Y 128 31 63 -def @arg17 253 20 4 Y 128 31 63 -def @arg18 253 20 1 Y 128 31 63 -def @arg19 253 20 1 Y 128 31 63 +def @arg17 253 20 4 Y 128 0 63 +def @arg18 253 20 1 Y 128 0 63 +def @arg19 253 20 1 Y 128 0 63 def @arg20 253 8192 1 Y 0 31 8 def @arg21 253 8192 10 Y 0 31 8 def @arg22 253 8192 30 Y 0 31 8 @@ -4986,25 +4986,25 @@ execute stmt1 using @my_key ; 0 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL 1991-01-01 01:01:01 NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL NULL execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 0 Y 128 31 63 -def @arg03 253 20 0 Y 128 31 63 -def @arg04 253 20 0 Y 128 31 63 -def @arg05 253 20 0 Y 128 31 63 -def @arg06 253 20 0 Y 128 31 63 -def @arg07 253 20 0 Y 128 31 63 -def @arg08 253 20 0 Y 128 31 63 -def @arg09 253 20 0 Y 128 31 63 -def @arg10 253 20 0 Y 128 31 63 -def @arg11 253 64 0 Y 128 30 63 -def @arg12 253 64 0 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 0 Y 128 0 63 +def @arg03 253 20 0 Y 128 0 63 +def @arg04 253 20 0 Y 128 0 63 +def @arg05 253 20 0 Y 128 0 63 +def @arg06 253 20 0 Y 128 0 63 +def @arg07 253 23 0 Y 128 31 63 +def @arg08 253 23 0 Y 128 31 63 +def @arg09 253 23 0 Y 128 31 63 +def @arg10 253 23 0 Y 128 31 63 +def @arg11 253 67 0 Y 128 30 63 +def @arg12 253 67 0 Y 128 30 63 def @arg13 253 8192 0 Y 128 31 63 def @arg14 253 8192 0 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 0 Y 128 31 63 -def @arg17 253 20 0 Y 128 31 63 -def @arg18 253 20 0 Y 128 31 63 -def @arg19 253 20 0 Y 128 31 63 +def @arg17 253 20 0 Y 128 0 63 +def @arg18 253 20 0 Y 128 0 63 +def @arg19 253 20 0 Y 128 0 63 def @arg20 253 8192 0 Y 0 31 8 def @arg21 253 8192 0 Y 0 31 8 def @arg22 253 8192 0 Y 0 31 8 @@ -5034,25 +5034,25 @@ into @arg01, @arg02, @arg03, @arg04, @arg05, @arg06, @arg07, @arg08, from t9 where c1= 1 ; execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 1 Y 128 31 63 -def @arg03 253 20 1 Y 128 31 63 -def @arg04 253 20 1 Y 128 31 63 -def @arg05 253 20 1 Y 128 31 63 -def @arg06 253 20 1 Y 128 31 63 -def @arg07 253 20 1 Y 128 31 63 -def @arg08 253 20 1 Y 128 31 63 -def @arg09 253 20 1 Y 128 31 63 -def @arg10 253 20 1 Y 128 31 63 -def @arg11 253 64 6 Y 128 30 63 -def @arg12 253 64 6 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 1 Y 128 0 63 +def @arg03 253 20 1 Y 128 0 63 +def @arg04 253 20 1 Y 128 0 63 +def @arg05 253 20 1 Y 128 0 63 +def @arg06 253 20 1 Y 128 0 63 +def @arg07 253 23 1 Y 128 31 63 +def @arg08 253 23 1 Y 128 31 63 +def @arg09 253 23 1 Y 128 31 63 +def @arg10 253 23 1 Y 128 31 63 +def @arg11 253 67 6 Y 128 30 63 +def @arg12 253 67 6 Y 128 30 63 def @arg13 253 8192 10 Y 128 31 63 def @arg14 253 8192 19 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 8 Y 128 31 63 -def @arg17 253 20 4 Y 128 31 63 -def @arg18 253 20 1 Y 128 31 63 -def @arg19 253 20 1 Y 128 31 63 +def @arg17 253 20 4 Y 128 0 63 +def @arg18 253 20 1 Y 128 0 63 +def @arg19 253 20 1 Y 128 0 63 def @arg20 253 8192 1 Y 0 31 8 def @arg21 253 8192 10 Y 0 31 8 def @arg22 253 8192 30 Y 0 31 8 @@ -5078,25 +5078,25 @@ into @arg01, @arg02, @arg03, @arg04, @arg05, @arg06, @arg07, @arg08, from t9 where c1= 0 ; execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 0 Y 128 31 63 -def @arg03 253 20 0 Y 128 31 63 -def @arg04 253 20 0 Y 128 31 63 -def @arg05 253 20 0 Y 128 31 63 -def @arg06 253 20 0 Y 128 31 63 -def @arg07 253 20 0 Y 128 31 63 -def @arg08 253 20 0 Y 128 31 63 -def @arg09 253 20 0 Y 128 31 63 -def @arg10 253 20 0 Y 128 31 63 -def @arg11 253 64 0 Y 128 30 63 -def @arg12 253 64 0 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 0 Y 128 0 63 +def @arg03 253 20 0 Y 128 0 63 +def @arg04 253 20 0 Y 128 0 63 +def @arg05 253 20 0 Y 128 0 63 +def @arg06 253 20 0 Y 128 0 63 +def @arg07 253 23 0 Y 128 31 63 +def @arg08 253 23 0 Y 128 31 63 +def @arg09 253 23 0 Y 128 31 63 +def @arg10 253 23 0 Y 128 31 63 +def @arg11 253 67 0 Y 128 30 63 +def @arg12 253 67 0 Y 128 30 63 def @arg13 253 8192 0 Y 128 31 63 def @arg14 253 8192 0 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 0 Y 128 31 63 -def @arg17 253 20 0 Y 128 31 63 -def @arg18 253 20 0 Y 128 31 63 -def @arg19 253 20 0 Y 128 31 63 +def @arg17 253 20 0 Y 128 0 63 +def @arg18 253 20 0 Y 128 0 63 +def @arg19 253 20 0 Y 128 0 63 def @arg20 253 8192 0 Y 0 31 8 def @arg21 253 8192 0 Y 0 31 8 def @arg22 253 8192 0 Y 0 31 8 @@ -5124,25 +5124,25 @@ set @my_key= 1 ; execute stmt1 using @my_key ; execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 1 Y 128 31 63 -def @arg03 253 20 1 Y 128 31 63 -def @arg04 253 20 1 Y 128 31 63 -def @arg05 253 20 1 Y 128 31 63 -def @arg06 253 20 1 Y 128 31 63 -def @arg07 253 20 1 Y 128 31 63 -def @arg08 253 20 1 Y 128 31 63 -def @arg09 253 20 1 Y 128 31 63 -def @arg10 253 20 1 Y 128 31 63 -def @arg11 253 64 6 Y 128 30 63 -def @arg12 253 64 6 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 1 Y 128 0 63 +def @arg03 253 20 1 Y 128 0 63 +def @arg04 253 20 1 Y 128 0 63 +def @arg05 253 20 1 Y 128 0 63 +def @arg06 253 20 1 Y 128 0 63 +def @arg07 253 23 1 Y 128 31 63 +def @arg08 253 23 1 Y 128 31 63 +def @arg09 253 23 1 Y 128 31 63 +def @arg10 253 23 1 Y 128 31 63 +def @arg11 253 67 6 Y 128 30 63 +def @arg12 253 67 6 Y 128 30 63 def @arg13 253 8192 10 Y 128 31 63 def @arg14 253 8192 19 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 8 Y 128 31 63 -def @arg17 253 20 4 Y 128 31 63 -def @arg18 253 20 1 Y 128 31 63 -def @arg19 253 20 1 Y 128 31 63 +def @arg17 253 20 4 Y 128 0 63 +def @arg18 253 20 1 Y 128 0 63 +def @arg19 253 20 1 Y 128 0 63 def @arg20 253 8192 1 Y 0 31 8 def @arg21 253 8192 10 Y 0 31 8 def @arg22 253 8192 30 Y 0 31 8 @@ -5162,25 +5162,25 @@ set @my_key= 0 ; execute stmt1 using @my_key ; execute full_info ; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr -def @arg01 253 20 1 Y 128 31 63 -def @arg02 253 20 0 Y 128 31 63 -def @arg03 253 20 0 Y 128 31 63 -def @arg04 253 20 0 Y 128 31 63 -def @arg05 253 20 0 Y 128 31 63 -def @arg06 253 20 0 Y 128 31 63 -def @arg07 253 20 0 Y 128 31 63 -def @arg08 253 20 0 Y 128 31 63 -def @arg09 253 20 0 Y 128 31 63 -def @arg10 253 20 0 Y 128 31 63 -def @arg11 253 64 0 Y 128 30 63 -def @arg12 253 64 0 Y 128 30 63 +def @arg01 253 20 1 Y 128 0 63 +def @arg02 253 20 0 Y 128 0 63 +def @arg03 253 20 0 Y 128 0 63 +def @arg04 253 20 0 Y 128 0 63 +def @arg05 253 20 0 Y 128 0 63 +def @arg06 253 20 0 Y 128 0 63 +def @arg07 253 23 0 Y 128 31 63 +def @arg08 253 23 0 Y 128 31 63 +def @arg09 253 23 0 Y 128 31 63 +def @arg10 253 23 0 Y 128 31 63 +def @arg11 253 67 0 Y 128 30 63 +def @arg12 253 67 0 Y 128 30 63 def @arg13 253 8192 0 Y 128 31 63 def @arg14 253 8192 0 Y 128 31 63 def @arg15 253 8192 19 Y 128 31 63 def @arg16 253 8192 0 Y 128 31 63 -def @arg17 253 20 0 Y 128 31 63 -def @arg18 253 20 0 Y 128 31 63 -def @arg19 253 20 0 Y 128 31 63 +def @arg17 253 20 0 Y 128 0 63 +def @arg18 253 20 0 Y 128 0 63 +def @arg19 253 20 0 Y 128 0 63 def @arg20 253 8192 0 Y 0 31 8 def @arg21 253 8192 0 Y 0 31 8 def @arg22 253 8192 0 Y 0 31 8 |