diff options
author | gluh@eagle.intranet.mysql.r18.ru <> | 2006-05-13 13:13:05 +0500 |
---|---|---|
committer | gluh@eagle.intranet.mysql.r18.ru <> | 2006-05-13 13:13:05 +0500 |
commit | 98b81c4f2524ff84dc06febbfffe954a6b27bb90 (patch) | |
tree | d60a9d59553d18db51ad286d2c2aaad8f54876ab /mysql-test/r/metadata.result | |
parent | 1f5b00e0bcfbcddc487043b6a21adcde1a8292ef (diff) | |
download | mariadb-git-98b81c4f2524ff84dc06febbfffe954a6b27bb90.tar.gz |
Bug#17048 CREATE TABLE ... SELECT truncate values
remove initialization of unsigned_flag for Item_decimal
Diffstat (limited to 'mysql-test/r/metadata.result')
-rw-r--r-- | mysql-test/r/metadata.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/metadata.result b/mysql-test/r/metadata.result index 0a170e16188..50b0b6ae294 100644 --- a/mysql-test/r/metadata.result +++ b/mysql-test/r/metadata.result @@ -2,7 +2,7 @@ drop table if exists t1,t2; select 1, 1.0, -1, "hello", NULL; Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr def 1 8 1 1 N 32897 0 63 -def 1.0 246 3 3 N 161 1 63 +def 1.0 246 4 3 N 129 1 63 def -1 8 2 2 N 32897 0 63 def hello 253 5 5 N 1 31 8 def NULL 6 0 0 Y 32896 0 63 |