msvensson@shellback.(none)
|
889e7147f6
|
Add ATTRIBUTE_FORMAT specifier to _db_doprnt, which is used by DBUG_PRINT
This will hopefully avoiid annoying crashes when running with --debug
Fix warnings from the above in mysqltest.c
|
2006-10-12 20:15:56 +02:00 |
|
monty@mysql.com
|
c7e85ef9b9
|
More debugging
Print position in normal log for Binlog dump
|
2004-11-10 18:07:39 +02:00 |
|
monty@mysql.com
|
eca9418ca7
|
Added missing my_time.c file to mysqlclient project
Moved include <assert.h> to my_global.h
|
2004-06-28 00:42:02 +03:00 |
|
lenz@mysql.com
|
14ace68c98
|
- make sure to define NDEBUG in my_dbug.h, when DBUG_OFF is defined
(to disable assertions)
|
2004-06-15 14:37:45 +02:00 |
|
konstantin@mysql.com
|
f08bbd1f12
|
assert.h needed for my_dbug.h now is included in my_dbug.h, where it for
some reason wasn't included before.
A lot of files cleaned up from #include <assert.h>
|
2004-06-10 23:58:39 +04:00 |
|
monty@narttu.mysql.fi
|
3ec97824b7
|
Change dbug.h -> my_dbug.h (Portability fix)
Ensure that \ is not allowed in filenames, even on Unix
|
2003-03-17 19:06:14 +02:00 |
|