mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
fixed bug in truncating temp tables
fixed compilation problem on FreeBSD added test for truncating temporary tables mysql-test/r/truncate.result: truncate test mysql-test/t/truncate.test: truncate test update mysys/safemalloc.c: fixed FreeBSD compilation problem sql/sql_delete.cc: fixed bug in truncating temporary tables
This commit is contained in:
parent
d85cacfa63
commit
fc79f8e68a
4 changed files with 20 additions and 2 deletions
|
|
@ -73,7 +73,10 @@
|
|||
#include "mysys_err.h"
|
||||
|
||||
ulonglong safemalloc_mem_limit = ~(ulonglong)0;
|
||||
|
||||
#ifdef THREAD
|
||||
pthread_t shutdown_th,main_th,signal_th;
|
||||
#endif
|
||||
|
||||
#define pNext tInt._pNext
|
||||
#define pPrev tInt._pPrev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue