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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
fb1d3c9e
Commit
fb1d3c9e
authored
Nov 24, 2013
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tokutek/ft-engine#147 change tokudb_file_map column names
parent
1284081b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
mysql-test/suite/tokudb.bugs/r/tokudb_drop_simple_table_668.result
...t/suite/tokudb.bugs/r/tokudb_drop_simple_table_668.result
+11
-11
mysql-test/suite/tokudb.bugs/t/tokudb_drop_simple_table_668.test
...est/suite/tokudb.bugs/t/tokudb_drop_simple_table_668.test
+1
-1
No files found.
mysql-test/suite/tokudb.bugs/r/tokudb_drop_simple_table_668.result
View file @
fb1d3c9e
create table tc (id int, x int, primary key(id), key(x));
select
*
from information_schema.tokudb_file_map;
dictionary_name
internal_file_name database table dictionary
./test/ta-main
./_test_ta_main_8_17.tokudb test ta main
./test/ta-status
./_test_ta_status_7_17.tokudb test ta status
./test/tb-key-b
./_test_tb_key_b_e_17.tokudb test tb key-b
./test/tb-main
./_test_tb_main_d_17.tokudb test tb main
./test/tb-status
./_test_tb_status_c_17.tokudb test tb status
./test/tc-key-x
./_test_tc_key_x_12_3_19.tokudb test tc key-x
./test/tc-main
./_test_tc_main_12_2_19.tokudb test tc main
./test/tc-status
./_test_tc_status_12_1_19.tokudb test tc status
tokudb_meta
./tokudb_meta_3_17.tokudb
select
dictionary_name
from information_schema.tokudb_file_map;
dictionary_name
./test/ta-main
./test/ta-status
./test/tb-key-b
./test/tb-main
./test/tb-status
./test/tc-key-x
./test/tc-main
./test/tc-status
tokudb_meta
drop table ta;
select dictionary_name from information_schema.tokudb_file_map;
dictionary_name
...
...
mysql-test/suite/tokudb.bugs/t/tokudb_drop_simple_table_668.test
View file @
fb1d3c9e
...
...
@@ -34,7 +34,7 @@ EOF
create
table
tc
(
id
int
,
x
int
,
primary
key
(
id
),
key
(
x
));
# check that the tokudb meta data gets dropped when the table is dropped
select
*
from
information_schema
.
tokudb_file_map
;
select
dictionary_name
from
information_schema
.
tokudb_file_map
;
drop
table
ta
;
select
dictionary_name
from
information_schema
.
tokudb_file_map
;
drop
table
tb
;
...
...
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