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
bae5b92a
Commit
bae5b92a
authored
Jun 16, 2013
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove extraneous statement from the test
parent
e53b603f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
mysql-test/suite/archive/discover.result
mysql-test/suite/archive/discover.result
+0
-2
mysql-test/suite/archive/discover.test
mysql-test/suite/archive/discover.test
+0
-2
No files found.
mysql-test/suite/archive/discover.result
View file @
bae5b92a
...
...
@@ -83,8 +83,6 @@ t0.ARZ
select * from t0;
a
flush tables;
select * from t1;
ERROR 42S02: Table 'test.t1' doesn't exist
drop table t0;
show status like 'Handler_discover';
Variable_name Value
...
...
mysql-test/suite/archive/discover.test
View file @
bae5b92a
...
...
@@ -72,8 +72,6 @@ drop table t1;
select
*
from
t0
;
remove_file
$mysqld_datadir
/
test
/
t0
.
ARZ
;
flush
tables
;
--
error
ER_NO_SUCH_TABLE
select
*
from
t1
;
drop
table
t0
;
--
list_files
$mysqld_datadir
/
test
show
status
like
'Handler_discover'
;
...
...
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