Loading myisam/sort.c +6 −2 Original line number Diff line number Diff line Loading @@ -322,8 +322,12 @@ pthread_handler_decl(thr_find_all_keys,arg) if (my_thread_init()) goto err; DBUG_ENTER("thr_find_all_keys"); { /* Expands to declaration, create new block */ DBUG_ENTER("thr_find_all_keys"); /* FIXME why no matching DBUG_RETURN ? */ DBUG_PRINT("enter", ("master: %d", sort_param->master)); } if (sort_param->sort_info->got_error) goto err; Loading Loading
myisam/sort.c +6 −2 Original line number Diff line number Diff line Loading @@ -322,8 +322,12 @@ pthread_handler_decl(thr_find_all_keys,arg) if (my_thread_init()) goto err; DBUG_ENTER("thr_find_all_keys"); { /* Expands to declaration, create new block */ DBUG_ENTER("thr_find_all_keys"); /* FIXME why no matching DBUG_RETURN ? */ DBUG_PRINT("enter", ("master: %d", sort_param->master)); } if (sort_param->sort_info->got_error) goto err; Loading