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
c757f2ab
Commit
c757f2ab
authored
Mar 02, 2007
by
marko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge changes from MySQL AB to mysql-test directives.
The results are not affected.
parent
ead23091
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
mysql-test/innodb-lock.test
mysql-test/innodb-lock.test
+0
-2
mysql-test/innodb.test
mysql-test/innodb.test
+2
-1
No files found.
mysql-test/innodb-lock.test
View file @
c757f2ab
--
source
include
/
have_innodb
.
inc
# Can't test this with embedded server
--
source
include
/
not_embedded
.
inc
#
# Check and select innodb lock type
...
...
mysql-test/innodb.test
View file @
c757f2ab
...
...
@@ -11,6 +11,7 @@
# #
#######################################################################
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_innodb
.
inc
#
...
...
@@ -1475,7 +1476,7 @@ INSERT INTO t1 (id) VALUES (NULL);
SELECT
*
FROM
t1
;
DROP
TABLE
t2
,
t1
;
--
Test
that
foreign
keys
in
temporary
tables
are
not
accepted
(
bug
#12084)
#
Test that foreign keys in temporary tables are not accepted (bug #12084)
CREATE
TABLE
t1
(
id
INT
PRIMARY
KEY
...
...
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