MCPcopy Create free account
hub / github.com/MariaDB/server / test_normal_table

Function test_normal_table

storage/mroonga/test/unit/test_mrn_path_mapper.cpp:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 void test_normal_table() {
34 mrn::PathMapper mapper("./db/table", NULL);
35 cppcut_assert_equal("db.mrn", mapper.db_path());
36 }
37
38 void test_temporary_table() {
39 mrn::PathMapper mapper("/tmp/mysqld.1/#sql27c5_1_0", NULL);

Callers

nothing calls this directly

Calls 5

db_pathMethod · 0.80
mysql_table_nameMethod · 0.80
mysql_pathMethod · 0.80
db_nameMethod · 0.45
table_nameMethod · 0.45

Tested by

no test coverage detected