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
88ca814b
Commit
88ca814b
authored
Sep 19, 2013
by
Rich Prohaska
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#81 fix tokudb_file_map test result file
parent
002d451e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
mysql-test/suite/tokudb.bugs/r/tokudb_drop_simple_table_668.result
...t/suite/tokudb.bugs/r/tokudb_drop_simple_table_668.result
+10
-10
No files found.
mysql-test/suite/tokudb.bugs/r/tokudb_drop_simple_table_668.result
View file @
88ca814b
create table tc (id int, x int, primary key(id), key(x));
select * from information_schema.tokudb_file_map;
dictionary_name internal_file_name
./test/ta-main ./_test_ta_main_8_17.tokudb
./test/ta-status ./_test_ta_status_7_17.tokudb
./test/tb-key-b ./_test_tb_key_b_e_17.tokudb
./test/tb-main ./_test_tb_main_d_17.tokudb
./test/tb-status ./_test_tb_status_c_17.tokudb
./test/tc-key-x ./_test_tc_key_x_12_3_18.tokudb
./test/tc-main ./_test_tc_main_12_2_18.tokudb
./test/tc-status ./_test_tc_status_12_1_18.tokudb
tokudb_meta ./tokudb_meta_3_17.tokudb
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_18.tokudb
test tc key-x
./test/tc-main ./_test_tc_main_12_2_18.tokudb
test tc main
./test/tc-status ./_test_tc_status_12_1_18.tokudb
test tc status
tokudb_meta ./tokudb_meta_3_17.tokudb
drop table ta;
select dictionary_name from information_schema.tokudb_file_map;
dictionary_name
...
...
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