File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -352,3 +352,13 @@ select c1 mod 50 as result from t1;
352
352
result
353
353
6
354
354
drop table t1;
355
+ select -9223372036854775808 bi;
356
+ Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
357
+ def bi 8 20 20 N 32897 0 63
358
+ bi
359
+ -9223372036854775808
360
+ select -9223372036854775809 bi;
361
+ Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
362
+ def bi 246 20 20 N 129 0 63
363
+ bi
364
+ -9223372036854775809
Original file line number Diff line number Diff line change @@ -288,3 +288,8 @@ insert into t1 values (10000002383263201056);
288
288
select c1 mod 50 as result from t1;
289
289
drop table t1;
290
290
291
+ # Bug #28005 Partitions: can't use -9223372036854775808
292
+ --enable_metadata
293
+ select -9223372036854775808 bi;
294
+ select -9223372036854775809 bi;
295
+ --disable_metadata
You can’t perform that action at this time.
0 commit comments