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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
4515a6d3
Commit
4515a6d3
authored
Apr 28, 2014
by
Nirbhay Choubey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV#6148 : Updating auto_increment_offset_func.result.
parent
29466e2c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
22 deletions
+22
-22
mysql-test/suite/sys_vars/r/auto_increment_offset_func.result
...l-test/suite/sys_vars/r/auto_increment_offset_func.result
+22
-22
No files found.
mysql-test/suite/sys_vars/r/auto_increment_offset_func.result
View file @
4515a6d3
...
@@ -144,8 +144,8 @@ id name
...
@@ -144,8 +144,8 @@ id name
125 Record_12
125 Record_12
134 Record_13
134 Record_13
140 Record_14
140 Record_14
1
41
Record_15
1
50
Record_15
1
42
Record_16
1
60
Record_16
## Changing datatype of column id with primary key to BigInt ##
## Changing datatype of column id with primary key to BigInt ##
ALTER table t1 modify id BIGINT NOT NULL auto_increment;
ALTER table t1 modify id BIGINT NOT NULL auto_increment;
INSERT into t1(name) values('Record_17');
INSERT into t1(name) values('Record_17');
...
@@ -166,10 +166,10 @@ id name
...
@@ -166,10 +166,10 @@ id name
125 Record_12
125 Record_12
134 Record_13
134 Record_13
140 Record_14
140 Record_14
1
41
Record_15
1
50
Record_15
1
42
Record_16
1
60
Record_16
1
43
Record_17
1
70
Record_17
1
44
Record_18
1
80
Record_18
'#--------------------FN_DYNVARS_002_07-------------------------#'
'#--------------------FN_DYNVARS_002_07-------------------------#'
## Assigning -ve value to variable ##
## Assigning -ve value to variable ##
SET @@auto_increment_offset = -10;
SET @@auto_increment_offset = -10;
...
@@ -196,12 +196,12 @@ id name
...
@@ -196,12 +196,12 @@ id name
125 Record_12
125 Record_12
134 Record_13
134 Record_13
140 Record_14
140 Record_14
1
41
Record_15
1
50
Record_15
1
42
Record_16
1
60
Record_16
1
43
Record_17
1
70
Record_17
1
44
Record_18
1
80
Record_18
1
45
Record_17
1
81
Record_17
1
46
Record_18
1
91
Record_18
## Assigning value that is out of range of variable ##
## Assigning value that is out of range of variable ##
SET @@auto_increment_offset = 65536;
SET @@auto_increment_offset = 65536;
Warnings:
Warnings:
...
@@ -229,16 +229,16 @@ id name
...
@@ -229,16 +229,16 @@ id name
125 Record_12
125 Record_12
134 Record_13
134 Record_13
140 Record_14
140 Record_14
1
41
Record_15
1
50
Record_15
1
42
Record_16
1
60
Record_16
1
43
Record_17
1
70
Record_17
1
44
Record_18
1
80
Record_18
1
45
Record_17
1
81
Record_17
1
46
Record_18
1
91
Record_18
1
47
Record_17
1
99
Record_17
148
Record_18
209
Record_18
14
9 Record_19
21
9 Record_19
150
Record_20
229
Record_20
## No effect of auto_increment_offset since value of this variable is greater ##
## No effect of auto_increment_offset since value of this variable is greater ##
## than auto_increment_increment ##
## than auto_increment_increment ##
## Dropping table ##
## Dropping table ##
...
...
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