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
67d06a54
Commit
67d06a54
authored
Jun 29, 2010
by
Jimmy Yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the table name in innodb_bug54044 to lower case to avoid
platform dependent diffs.
parent
c7afb80f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
mysql-test/suite/innodb/r/innodb_bug54044.result
mysql-test/suite/innodb/r/innodb_bug54044.result
+2
-2
mysql-test/suite/innodb/t/innodb_bug54044.test
mysql-test/suite/innodb/t/innodb_bug54044.test
+1
-1
mysql-test/suite/innodb_plugin/r/innodb_bug54044.result
mysql-test/suite/innodb_plugin/r/innodb_bug54044.result
+2
-2
mysql-test/suite/innodb_plugin/t/innodb_bug54044.test
mysql-test/suite/innodb_plugin/t/innodb_bug54044.test
+1
-1
No files found.
mysql-test/suite/innodb/r/innodb_bug54044.result
View file @
67d06a54
CREATE TEMPORARY TABLE
TABLE
_54044 ENGINE = INNODB
CREATE TEMPORARY TABLE
table
_54044 ENGINE = INNODB
AS SELECT IF(NULL IS NOT NULL, NULL, NULL);
ERROR HY000: Can't create table 'test.
TABLE
_54044' (errno: -1)
ERROR HY000: Can't create table 'test.
table
_54044' (errno: -1)
mysql-test/suite/innodb/t/innodb_bug54044.test
View file @
67d06a54
...
...
@@ -6,6 +6,6 @@
# This 'create table' operation should fail because of
# using NULL datatype
--
error
ER_CANT_CREATE_TABLE
CREATE
TEMPORARY
TABLE
TABLE
_54044
ENGINE
=
INNODB
CREATE
TEMPORARY
TABLE
table
_54044
ENGINE
=
INNODB
AS
SELECT
IF
(
NULL
IS
NOT
NULL
,
NULL
,
NULL
);
mysql-test/suite/innodb_plugin/r/innodb_bug54044.result
View file @
67d06a54
CREATE TEMPORARY TABLE
TABLE
_54044 ENGINE = INNODB
CREATE TEMPORARY TABLE
table
_54044 ENGINE = INNODB
AS SELECT IF(NULL IS NOT NULL, NULL, NULL);
ERROR HY000: Can't create table 'test.
TABLE
_54044' (errno: -1)
ERROR HY000: Can't create table 'test.
table
_54044' (errno: -1)
mysql-test/suite/innodb_plugin/t/innodb_bug54044.test
View file @
67d06a54
...
...
@@ -6,6 +6,6 @@
# This 'create table' operation should fail because of
# using NULL datatype
--
error
ER_CANT_CREATE_TABLE
CREATE
TEMPORARY
TABLE
TABLE
_54044
ENGINE
=
INNODB
CREATE
TEMPORARY
TABLE
table
_54044
ENGINE
=
INNODB
AS
SELECT
IF
(
NULL
IS
NOT
NULL
,
NULL
,
NULL
);
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