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
f6376bfd
Commit
f6376bfd
authored
Jun 05, 2018
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add FLUSH TABLES to avoid corruption of MyISAM system tables
parent
41cbe92b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
mysql-test/suite/innodb/r/innodb-blob.result
mysql-test/suite/innodb/r/innodb-blob.result
+1
-0
mysql-test/suite/innodb/t/innodb-blob.test
mysql-test/suite/innodb/t/innodb-blob.test
+3
-1
No files found.
mysql-test/suite/innodb/r/innodb-blob.result
View file @
f6376bfd
FLUSH TABLES;
CREATE TABLE t1 (a INT PRIMARY KEY, b TEXT) ENGINE=InnoDB;
CREATE TABLE t2 (a INT PRIMARY KEY) ENGINE=InnoDB;
CREATE TABLE t3 (a INT PRIMARY KEY, b TEXT, c TEXT) ENGINE=InnoDB;
...
...
mysql-test/suite/innodb/t/innodb-blob.test
View file @
f6376bfd
...
...
@@ -5,12 +5,14 @@
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_innodb_16k
.
inc
# DEBUG_SYNC must be compiled in.
--
source
include
/
have_debug
.
inc
--
source
include
/
have_debug_sync
.
inc
# Embedded server does not support restarting
--
source
include
/
not_embedded
.
inc
FLUSH
TABLES
;
CREATE
TABLE
t1
(
a
INT
PRIMARY
KEY
,
b
TEXT
)
ENGINE
=
InnoDB
;
CREATE
TABLE
t2
(
a
INT
PRIMARY
KEY
)
ENGINE
=
InnoDB
;
CREATE
TABLE
t3
(
a
INT
PRIMARY
KEY
,
b
TEXT
,
c
TEXT
)
ENGINE
=
InnoDB
;
...
...
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