diff options
| author | Varun Gupta <varunraiko1803@gmail.com> | 2018-12-06 20:24:05 +0200 |
|---|---|---|
| committer | Varun Gupta <varunraiko1803@gmail.com> | 2018-12-06 20:24:05 +0200 |
| commit | a2068089a5def0de986390dca0d123d895773b01 (patch) | |
| tree | 90e159e75909de937d6b1b5d65bd4ebaed432e9d | |
| parent | 9fbcf30518978d04c0399acdb8ddf0848de11eb6 (diff) | |
| download | mariadb-git-a2068089a5def0de986390dca0d123d895773b01.tar.gz | |
tokudb_type_bit test updated
| -rw-r--r-- | storage/tokudb/mysql-test/tokudb/r/type_bit_innodb.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/tokudb/mysql-test/tokudb/r/type_bit_innodb.result b/storage/tokudb/mysql-test/tokudb/r/type_bit_innodb.result index 46d120813a5..a6978c0d657 100644 --- a/storage/tokudb/mysql-test/tokudb/r/type_bit_innodb.result +++ b/storage/tokudb/mysql-test/tokudb/r/type_bit_innodb.result @@ -88,6 +88,9 @@ analyze table t1; explain select a+0 from t1; id select_type table type possible_keys key key_len ref rows Extra 1 SIMPLE t1 index NULL a 2 NULL 4 Using index +Warnings: +Warning 1264 Out of range value for column 'a' at row 1 +Warning 1264 Out of range value for column 'a' at row 1 select a+0 from t1; a+0 0 |
