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
79751dff
Commit
79751dff
authored
Jul 30, 2009
by
Matthias Leich
Browse files
Options
Browse Files
Download
Plain Diff
Merge of fix for bug 44493 into GCA tree
parents
bac18522
413c0756
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
mysql-test/r/innodb-autoinc-optimize.result
mysql-test/r/innodb-autoinc-optimize.result
+2
-0
mysql-test/t/innodb-autoinc-optimize.test
mysql-test/t/innodb-autoinc-optimize.test
+3
-0
mysql-test/t/innodb_notembedded.test
mysql-test/t/innodb_notembedded.test
+9
-2
No files found.
mysql-test/r/innodb-autoinc-optimize.result
View file @
79751dff
...
...
@@ -4,3 +4,5 @@ insert into t1 set a = -1;
optimize table t1;
Table Op Msg_type Msg_text
test.t1 optimize status OK
==== clean up ====
DROP TABLE t1;
mysql-test/t/innodb-autoinc-optimize.test
View file @
79751dff
...
...
@@ -14,3 +14,6 @@ insert into t1 set a = -1;
# NOTE: The database needs to be shutdown and restarted (here) for
# the test to work. It's included for reference only.
optimize
table
t1
;
--
echo
====
clean
up
====
DROP
TABLE
t1
;
mysql-test/t/innodb_notembedded.test
View file @
79751dff
...
...
@@ -33,8 +33,15 @@ rollback;
connection
b
;
reap
;
rollback
;
# Cleanup
connection
a
;
disconnect
a
;
--
source
include
/
wait_until_disconnected
.
inc
connection
b
;
disconnect
b
;
--
source
include
/
wait_until_disconnected
.
inc
connection
default
;
drop
table
t1
;
drop
function
f1
;
disconnect
a
;
disconnect
b
;
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