mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
move the brtloader's panic fields. closes[t:2611]
git-svn-id: file:///svn/toku/tokudb@20217 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
9dfcef61c1
commit
3bd180d120
1 changed files with 3 additions and 3 deletions
|
@ -110,6 +110,9 @@ int brt_loader_call_error_function(brtloader_error_callback);
|
|||
int brt_loader_set_error_and_callback(brtloader_error_callback, int error, DB *db, int which_db, DBT *key, DBT *val);
|
||||
|
||||
struct brtloader_s {
|
||||
BOOL panic;
|
||||
int panic_errno;
|
||||
|
||||
generate_row_for_put_func generate_row_for_put;
|
||||
brt_compare_func *bt_compare_funs;
|
||||
|
||||
|
@ -126,9 +129,6 @@ struct brtloader_s {
|
|||
toku_pthread_t extractor_thread; // the thread that takes primary rowset and does extraction and the first level sort and write to file.
|
||||
BOOL extractor_live;
|
||||
|
||||
BOOL panic;
|
||||
int panic_errno;
|
||||
|
||||
struct rowset *rows; // secondary rows that have been put, but haven't been sorted and written to a file.
|
||||
u_int64_t n_rows; // how many rows have been put?
|
||||
struct merge_fileset *fs;
|
||||
|
|
Loading…
Add table
Reference in a new issue