mirror of
https://github.com/MariaDB/server.git
synced 2025-09-06 19:08:06 +03:00
20 lines
595 B
Plaintext
20 lines
595 B
Plaintext
--- r/bigint.result 2011-10-21 23:35:26.000000000 +0200
|
|
+++ r/bigint.reject 2012-02-10 15:08:57.000000000 +0100
|
|
@@ -181,14 +181,14 @@
|
|
Table Create Table
|
|
t1 CREATE TABLE `t1` (
|
|
`a` int(1) NOT NULL DEFAULT '0'
|
|
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
|
+) ENGINE=PBXT DEFAULT CHARSET=latin1
|
|
drop table t1;
|
|
create table t1 select 9223372036854775809 as 'a';
|
|
show create table t1;
|
|
Table Create Table
|
|
t1 CREATE TABLE `t1` (
|
|
`a` bigint(19) unsigned NOT NULL DEFAULT '0'
|
|
-) ENGINE=MyISAM DEFAULT CHARSET=latin1
|
|
+) ENGINE=PBXT DEFAULT CHARSET=latin1
|
|
select * from t1;
|
|
a
|
|
9223372036854775809
|