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
b056b295
Commit
b056b295
authored
Apr 01, 2009
by
Guilhem Bichot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix for simple test failures
parent
677c8523
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
102 additions
and
98 deletions
+102
-98
mysql-test/suite/parts/r/partition_alter2_1_maria.result
mysql-test/suite/parts/r/partition_alter2_1_maria.result
+48
-48
mysql-test/suite/parts/r/partition_alter2_2_maria.result
mysql-test/suite/parts/r/partition_alter2_2_maria.result
+48
-48
mysql-test/suite/parts/r/partition_auto_increment_maria.result
...-test/suite/parts/r/partition_auto_increment_maria.result
+6
-2
No files found.
mysql-test/suite/parts/r/partition_alter2_1_maria.result
View file @
b056b295
This diff is collapsed.
Click to expand it.
mysql-test/suite/parts/r/partition_alter2_2_maria.result
View file @
b056b295
This diff is collapsed.
Click to expand it.
mysql-test/suite/parts/r/partition_auto_increment_maria.result
View file @
b056b295
...
...
@@ -42,12 +42,14 @@ SELECT AUTO_INCREMENT FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA='test'
AUTO_INCREMENT
52
UPDATE t1 SET c1 = NULL WHERE c1 = 4;
Warnings:
Warning 1048 Column 'c1' cannot be null
INSERT INTO t1 VALUES (NULL);
INSERT INTO t1 VALUES (NULL);
SELECT * FROM t1 ORDER BY c1;
c1
0
2
4
5
6
10
...
...
@@ -214,12 +216,14 @@ SELECT AUTO_INCREMENT FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA='test'
AUTO_INCREMENT
152
UPDATE t1 SET c1 = NULL WHERE c1 = 4;
Warnings:
Warning 1048 Column 'c1' cannot be null
INSERT INTO t1 VALUES (NULL);
INSERT INTO t1 VALUES (NULL);
SELECT * FROM t1 ORDER BY c1;
c1
0
2
4
5
6
9
...
...
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