57 Commits (85ed11c60d569a54a32cce1588594ee18c43e40a)

Author SHA1 Message Date
Georgi Kodinov 16fadb10b5 Bug #52629: memory leak from sys_var_thd_dbug in binlog.binlog_write_error 16 years ago
Vladislav Vaintroub b1073a2213 Fix errors when building release 16 years ago
Joerg Bruehe 48734d0461 Another case of C++ syntax used for a comment in C. 16 years ago
Tor Didriksen 1574c6d081 Use vsnprintf() rather than my_vsnprintf() in DbugVfprintf, 16 years ago
Sergei Golubchik 2cb9f48bab robust protection against missing DBUG_RETURN 16 years ago
Sergei Golubchik 319847a4ec backport of dbug extensions from 6.0: 16 years ago
Alfranio Correia b7f887652b WL#4828 and BUG#45747 16 years ago
Georgi Kodinov 097c7b38c8 Bug #45287: phase 2 : 5.0 64 bit compilation warnings 17 years ago
Vladislav Vaintroub 8f500c522b Bug#38522: 5 seconds delay when closing application using embedded server 17 years ago
Alexey Botchkov 4d3f05b09b Bug#38293 Libmysqld crash in mysql_library_init if language file missing 17 years ago
unknown 7f5119d3e5 Bug#35986 valgrind warning in DbugParse for empty string in SET GLOBAL DEBUG="" 18 years ago
unknown 8402740acd Bug#35986 valgrind warning in DbugParse for empty string in SET GLOBAL DEBUG="" 18 years ago
unknown a9089cf460 Bug#26243 mysql command line crash after control-c 18 years ago
unknown bf9bb656a6 Bug#34424 query_cache_debug.test leads to valgrind warnings 18 years ago
unknown b872877aba Bug #27099: system_mysql fail in pushbuild windows 18 years ago
unknown f9ea427508 Set --debug-check if one uses DBUG_PUSH in all clients 19 years ago
unknown f252f9248a WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
unknown 6bb4208084 dbug/dbug.c: unused variable removed 19 years ago
unknown 2a8ee9fb13 dbug: don't consider double colom (::) a separator - 19 years ago
unknown d5ada3e15d Build fix for sunfire100b. This can go when BUG#14420 is fixed. 19 years ago
unknown ee1c5226b9 Added back sql-bench directory, so that one can more easily run benchmarks on a server and add new benchmarks for new optimizations 19 years ago
unknown daa1d0280b Fix build problem for when not compiled with debugging. 19 years ago
unknown 91bdf2952d Cset exclude: msvensson@neptunus.(none)|ChangeSet|20060612110740|13873 20 years ago
unknown 675a5b776d Windows build fix: declare _db_set_ before it's used. 20 years ago
unknown d1fb292251 atomic ops: 20 years ago
unknown d93ec9ee84 Bug#19517 No simple way to detect wether server was compiled with libdbug 20 years ago
unknown 316f967d00 After-merge fixes. 20 years ago
unknown a046322b4e Fix two Valgrind memory leak warnings. 20 years ago
unknown cc62983ca2 Final patch to remove the last of the OS2 support. 20 years ago
unknown b26c3ef461 Fix an const char->char conversion error. 20 years ago
unknown 4bc61ff95c mysqlimport.c: 20 years ago
unknown bf3b67f347 post-merge fixes for dbug 20 years ago
unknown d3ee9abf2a dbug changes: 20 years ago
unknown 846adac5e9 WL 2826: Eigth step 20 years ago
unknown 8eaef91fff Add 0x before pointers (to help with debugging) 21 years ago
unknown 69bce9c68d More debugging 21 years ago
unknown 7b72401c5f dbug: DBUG_EXECUTE_IF macro, build user manual automatically, document all features 21 years ago
unknown 2d1384e442 Made my_snprintf() behavior snprintf() compatible when printing %x arguments (it should 22 years ago
unknown f1bfba29d4 just tried to find all 'skipp' and replace it with 'skip'. 22 years ago
unknown 6b97c26a29 Added checking of return value from my_once_alloc() in charset 22 years ago
unknown b388eb004d Added SQLSTATE to client/server protocol 23 years ago
unknown fa4f6e8998 Simple fixes (nothing notable) 23 years ago
unknown 70aa7424c4 Big code cleanup/review before 4.0.2 release. 24 years ago
unknown 5449b03bc8 replication updates. This changeset seems to be working fine on test systems. 24 years ago
unknown 079a551ca7 coverted my_thread_init() /end to use my_malloc()/my_free() to help track 24 years ago
unknown 7b72c14bbb Increase max package length to 512M for mysql and mysqldump. 24 years ago
unknown 16115af97c Changed to use my_global.h 25 years ago
unknown d66c098762 Portability fixes 25 years ago
unknown 31b9e6e03f Fixes for OS2. 25 years ago
unknown e7e243ed03 Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro 25 years ago