summaryrefslogtreecommitdiff
path: root/mysys/my_copy.c
Commit message (Collapse)AuthorAgeFilesLines
* Added missing SSL library (Should be in source distribution)monty@mysql.com2003-11-281-3/+3
| | | | | | | Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler) Added a lot of 'version_xxx' strings to 'show variables' Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris) Fixed problem with printing sub selects to debug log
* Merge with 3.23 to get fixes for --user and BACKUP TABLEmonty@narttu.mysql.fi2003-03-101-8/+22
|\
| * Don't allow BACKUP TABLE to overwrite filesmonty@narttu.mysql.fi2003-03-101-8/+22
| | | | | | | | Fixed memory leak when replication restarts in debug mode
* | Fixes for Netwaremonty@mashka.mysql.fi2003-01-281-1/+1
| | | | | | | | | | | | | | | | 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
* | - replaced all occurences of HPUX with HPUX10 (to be prepared for eventuallenz@mysql.com2002-10-241-1/+1
| | | | | | | | differences in HPUX11)
* | Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
|/ | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Fixes for OS2.monty@hundin.mysql.fi2001-08-221-1/+1
| | | | | Fix bug in isamlog Add argument types to function declarations.
* Fixed bug that caused client to hang because mysqld never did send anmonty@hundin.mysql.fi2001-06-021-2/+2
| | | | | | error message if the table open or the index creation failed. Updated portuguese error messages. Fix for OS/2 that affected CHECK TABLE.
* Import changesetbk@work.mysql.com2000-07-311-0/+103