| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Changed header to GPL version 2 only
|
|
|
|
|
|
|
|
| |
Call pthread_mutex_destroy() on not used mutex.
Changed comments in .h and .c files from // -> /* */
Added detection of mutex on which one didn't call pthread_mutex_destroy()
Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression"
Added optimisation for ORDER BY NULL
|
|
|
|
|
|
| |
Moved IF(test,column,NULL) code to 4.0
Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h.
Removed some CR's in os2 files.
|
|
Fix bug in isamlog
Add argument types to function declarations.
|