Commit 3c911fc1 authored by Rich Prohaska's avatar Rich Prohaska

refs #6372 add drop partitioned tokudb table result file

git-svn-id: file:///svn/mysql/tests/mysql-test@55222 c7de825b-a66e-492c-adef-691d508d4ae1
parent f62087f0
create table tc (a int, b int, c int, primary key(a), key(b)) partition by hash(a) partitions 2;
select * from information_schema.tokudb_file_map;
dictionary_name internal_file_name
./test/ta#P#p0-key-b ./_test_ta_P_p0_key_b_9_17.tokudb
./test/ta#P#p0-main ./_test_ta_P_p0_main_8_17.tokudb
./test/ta#P#p0-status ./_test_ta_P_p0_status_7_17.tokudb
./test/ta#P#p1-key-b ./_test_ta_P_p1_key_b_d_17.tokudb
./test/ta#P#p1-main ./_test_ta_P_p1_main_c_17.tokudb
./test/ta#P#p1-status ./_test_ta_P_p1_status_b_17.tokudb
./test/tc#P#p0-key-b ./_test_tc_P_p0_key_b_1f_3_18.tokudb
./test/tc#P#p0-main ./_test_tc_P_p0_main_1f_2_18.tokudb
./test/tc#P#p0-status ./_test_tc_P_p0_status_1f_1_18.tokudb
./test/tc#P#p1-key-b ./_test_tc_P_p1_key_b_20_3_18.tokudb
./test/tc#P#p1-main ./_test_tc_P_p1_main_20_2_18.tokudb
./test/tc#P#p1-status ./_test_tc_P_p1_status_20_1_18.tokudb
tokudb_meta ./tokudb_meta_3_17.tokudb
drop table ta;
select * from information_schema.tokudb_file_map;
dictionary_name internal_file_name
./test/tc#P#p0-key-b ./_test_tc_P_p0_key_b_1f_3_18.tokudb
./test/tc#P#p0-main ./_test_tc_P_p0_main_1f_2_18.tokudb
./test/tc#P#p0-status ./_test_tc_P_p0_status_1f_1_18.tokudb
./test/tc#P#p1-key-b ./_test_tc_P_p1_key_b_20_3_18.tokudb
./test/tc#P#p1-main ./_test_tc_P_p1_main_20_2_18.tokudb
./test/tc#P#p1-status ./_test_tc_P_p1_status_20_1_18.tokudb
tokudb_meta ./tokudb_meta_3_17.tokudb
drop table tc;
select * from information_schema.tokudb_file_map;
dictionary_name internal_file_name
tokudb_meta ./tokudb_meta_3_17.tokudb
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment