| 505 | } |
| 506 | |
| 507 | struct mysqltest_thread_initobj : private noncopyable { |
| 508 | mysqltest_thread_initobj() { |
| 509 | mysql_thread_init(); |
| 510 | } |
| 511 | ~mysqltest_thread_initobj() { |
| 512 | mysql_thread_end(); |
| 513 | } |
| 514 | }; |
| 515 | |
| 516 | void |
| 517 | hstest_thread::test_9(int test_num) |
nothing calls this directly
no outgoing calls
no test coverage detected