Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
70ecc6fe
Commit
70ecc6fe
authored
May 10, 2007
by
holyfoot/hf@mysql.com/hfmain.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bigint.test made ps-protocol consistent
parent
39597b79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
14 deletions
+16
-14
mysql-test/r/bigint.result
mysql-test/r/bigint.result
+10
-10
mysql-test/t/bigint.test
mysql-test/t/bigint.test
+6
-4
No files found.
mysql-test/r/bigint.result
View file @
70ecc6fe
...
@@ -352,13 +352,13 @@ select c1 mod 50 as result from t1;
...
@@ -352,13 +352,13 @@ select c1 mod 50 as result from t1;
result
result
6
6
drop table t1;
drop table t1;
select -9223372036854775808 bi;
create table t1
select -9223372036854775808 bi;
Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
describe t1;
def bi 8 20 20 N 32897 0 63
Field Type Null Key Default Extra
bi
bi
bigint(20) NO 0
-9223372036854775808
drop table t1;
select -9223372036854775809 bi;
create table t1
select -9223372036854775809 bi;
Catalog Database Table Table_alias Column Column_alias Type Length Max length Is_null Flags Decimals Charsetnr
describe t1;
def bi 246 20 20 N 129 0 63
Field Type Null Key Default Extra
bi
bi
decimal(19,0) NO 0
-9223372036854775809
drop table t1;
mysql-test/t/bigint.test
View file @
70ecc6fe
...
@@ -289,7 +289,9 @@ select c1 mod 50 as result from t1;
...
@@ -289,7 +289,9 @@ select c1 mod 50 as result from t1;
drop
table
t1
;
drop
table
t1
;
# Bug #28005 Partitions: can't use -9223372036854775808
# Bug #28005 Partitions: can't use -9223372036854775808
--
enable_metadata
create
table
t1
select
-
9223372036854775808
bi
;
select
-
9223372036854775808
bi
;
describe
t1
;
select
-
9223372036854775809
bi
;
drop
table
t1
;
--
disable_metadata
create
table
t1
select
-
9223372036854775809
bi
;
describe
t1
;
drop
table
t1
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment