1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

backport of dbug extensions from 6.0:

function/ syntax
  glob(7) wildcards
  unit tests
This commit is contained in:
Sergei Golubchik
2009-10-30 19:13:58 +01:00
parent eff49de23e
commit 319847a4ec
29 changed files with 1317 additions and 789 deletions

View File

@@ -670,6 +670,7 @@ struct st_my_thread_var
};
extern struct st_my_thread_var *_my_thread_var(void) __attribute__ ((const));
extern void **my_thread_var_dbug();
extern uint my_thread_end_wait_time;
#define my_thread_var (_my_thread_var())
#define my_errno my_thread_var->thr_errno