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
6336d8c1
Commit
6336d8c1
authored
Jul 04, 2007
by
gkodinov/kgeorge@magare.gmz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge 5.0-opt -> 5.1-opt
parent
66bfc213
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/include/mix1.inc
mysql-test/include/mix1.inc
+1
-1
mysql-test/r/innodb_mysql.result
mysql-test/r/innodb_mysql.result
+1
-1
No files found.
mysql-test/include/mix1.inc
View file @
6336d8c1
...
...
@@ -28,7 +28,7 @@
eval
SET
SESSION
STORAGE_ENGINE
=
$engine_type
;
--
disable_warnings
drop
table
if
exists
t1
,
t2
,
t3
,
t
4
,
t
1m
,
t1i
,
t2m
,
t2i
,
t4
;
drop
table
if
exists
t1
,
t2
,
t3
,
t1m
,
t1i
,
t2m
,
t2i
,
t4
;
--
enable_warnings
...
...
mysql-test/r/innodb_mysql.result
View file @
6336d8c1
SET SESSION STORAGE_ENGINE = InnoDB;
drop table if exists t1,t2,t3,t
4,t
1m,t1i,t2m,t2i,t4;
drop table if exists t1,t2,t3,t1m,t1i,t2m,t2i,t4;
create table t1 (
c_id int(11) not null default '0',
org_id int(11) default 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