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
ae06ea1f
Commit
ae06ea1f
authored
Jul 13, 2004
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabled innodb is NOT a reason to fail
parent
5a1ca3eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
mysql-test/t/sp.test
mysql-test/t/sp.test
+1
-1
No files found.
mysql-test/t/sp.test
View file @
ae06ea1f
...
@@ -1397,7 +1397,6 @@ drop procedure bug3426|
...
@@ -1397,7 +1397,6 @@ drop procedure bug3426|
#
#
--
disable_warnings
--
disable_warnings
drop
table
if
exists
t3
,
t4
|
drop
table
if
exists
t3
,
t4
|
--
enable_warnings
create
table
t3
(
create
table
t3
(
a
int
primary
key
,
a
int
primary
key
,
...
@@ -1408,6 +1407,7 @@ create table t4 (
...
@@ -1408,6 +1407,7 @@ create table t4 (
b
int
primary
key
,
b
int
primary
key
,
bch
char
(
1
)
bch
char
(
1
)
)
engine
=
innodb
|
)
engine
=
innodb
|
--
enable_warnings
insert
into
t3
values
(
1
,
'aCh1'
)
,
(
'2'
,
'aCh2'
)
|
insert
into
t3
values
(
1
,
'aCh1'
)
,
(
'2'
,
'aCh2'
)
|
insert
into
t4
values
(
1
,
'bCh1'
)
|
insert
into
t4
values
(
1
,
'bCh1'
)
|
...
...
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