mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
#2821 refs[t:2821] fixup the loader tests
git-svn-id: file:///svn/toku/tokudb@22418 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
7a3f6089e2
commit
fc8da7b577
1 changed files with 1 additions and 2 deletions
|
@ -326,9 +326,8 @@ static void test (const char *directory, BOOL is_error) {
|
|||
brt_loader_init_error_callback(&bl->error_callback);
|
||||
brt_loader_set_error_function(&bl->error_callback, err_cb, NULL);
|
||||
brt_loader_init_poll_callback(&bl->poll_callback);
|
||||
|
||||
brt_loader_set_poll_function(&bl->poll_callback, loader_poll_callback, NULL);
|
||||
|
||||
brt_loader_set_fractal_workers_count_from_c(bl);
|
||||
|
||||
QUEUE q;
|
||||
{ int r = queue_create(&q, 1000); assert(r==0); }
|
||||
|
|
Loading…
Add table
Reference in a new issue