summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Collapse)AuthorAgeFilesLines
* Makefile bug fixes.tim@cane.mysql.fi2000-12-212-1/+2
|
* Compatibility fix for BSDi.tim@cane.mysql.fi2000-12-211-1/+1
| | | | | BSDi uses size_t * for the optlen arg to getsockopt, while other Unixes use socklen_t *.
* Fixed that LPAD() and RPAD() cuts argumentsmonty@tik.mysql.com2000-12-151-4/+4
| | | | New test for string functions
* fixed up mysql-test - will not push this yet, as more clean up/testing is to ↵sasha@mysql.sashanet.com2000-12-072-2/+2
| | | | follow
* New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-283-15/+13
| | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name
* Added connect_timeout and fix for transactions per statementmonty@donna.mysql.com2000-11-271-0/+2
|
* Fixed problem with auto-repair of MyISAM tablesmonty@donna.mysql.com2000-11-211-4/+5
| | | | Fixed bug in ISAM and MyISAM when updating from multiple-processes
* Bug fix for NATURAL JOIN, Split manual sections and more statistic variablesmonty@donna.mysql.com2000-11-201-2/+5
|
* mergemonty@narttu.mysql.fi2000-11-162-15/+54
|\
| * Bug fixes, TRUNCATE, safer passwords on command line and connect timeoutmonty@tik.mysql.com2000-11-132-15/+54
| |
* | libmysql/libmysql.csasha@mysql.sashanet.com2000-10-281-0/+1
|/ | | | | | | | | | | | | | keep vio from being freed twice when we are low on memory mysys/safemalloc.c changes for --safemalloc-mem-limit sql/mini_client.cc keep vio from being freed twice sql/mysqld.cc changes for --safemalloc-mem-limit sql/slave.cc prevent closing connection twice sql/sql_string.h shrink() did not work right when my_realloc() failed
* Show charsets dir in error message, instead of just "path: default".tim@threads.polyesthetic.msg2000-10-091-4/+12
|
* Small fixesmonty@donna.mysql.com2000-10-051-1/+1
|
* configure fixesmonty@donna.mysql.com2000-09-141-1/+1
|
* Update to new root alloc, OPTIMIZE TABLE and some other changesmonty@donna.mysql.com2000-09-121-5/+5
|
* Quoting of TIMESTAMP columns and small optimizationsmonty@donna.mysql.com2000-09-021-0/+2
|
* Fix for mit-pthreads on linuxmonty@work.mysql.com2000-08-302-2/+2
|
* Bug fixes for 3.23.23monty@donna.mysql.com2000-08-291-3/+4
|
* Fixes for Ia64monty@donna.mysql.com2000-08-233-2/+4
|
* Change the behavior of --enable-thread-safe-client. It now buildstim@localhost.polyesthetic.msg2000-08-182-70/+98
| | | | both a non-threaded libmysqlclient and a threaded libmysqlclient_r.
* Fix "dosen't" for someone who mailed us. :)jcole@jcole.burghcom.com2000-08-161-1/+1
|
* Delayed keys + portability fixesmonty@donna.mysql.com2000-08-161-0/+3
|
* Import changesetbk@work.mysql.com2000-07-3112-0/+4834