summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem with BIGINT and shutdown on AIXmonty@hundin.mysql.fi2002-08-121-1/+1
* Fixed problem with make distcheckmonty@hundin.mysql.fi2002-08-062-3/+8
* Portability fixes for SCO and HPUXmonty@hundin.mysql.fi2002-05-311-0/+5
* New my_gethostbyname_r() handlingmonty@hundin.mysql.fi2002-05-162-14/+3
* SHOW VARIABLES LIKE ... are now case insensitivemonty@tik.mysql.fi2002-04-181-1/+1
* Fix for --enable-local-infilemonty@hundin.mysql.fi2002-03-061-1/+1
* Update scripts for new POSIX specmonty@tik.mysql.fi2002-03-051-1/+1
* Fix for LOAD DATA LOCAL INFILE patchmonty@hundin.mysql.fi2002-02-131-2/+2
* Made LOAD DATA LOCAL INFILE more securemonty@tik.mysql.fi2002-02-131-9/+35
* Fixed bug in GROUP BY ... DESCmonty@hundin.mysql.fi2001-12-101-0/+2
* Portability fixes.monty@hundin.mysql.fi2001-11-022-231/+1
* Portability fixesmonty@hundin.mysql.fi2001-10-311-0/+4
* bug in libmysql.c:mysql_reconnect() fixedserg@serg.mysql.com2001-10-241-1/+1
* Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlserg@serg.mysql.com2001-10-231-1/+1
|\
| * HA_NO_FULLTEXT_KEY and an appropriate error messageserg@serg.mysql.com2001-10-231-1/+1
* | Don't use signal() on windows.monty@hundin.mysql.fi2001-10-191-2/+2
|/
* merge sql/violite.c with libmysql/violite.cmonty@hundin.mysql.fi2001-10-081-3/+3
* Fix for 'mysqladmin -w1 unknown-command'monty@hundin.mysql.fi2001-10-071-0/+7
* OS2 patchmonty@hundin.mysql.fi2001-09-124-24/+37
* Portability fixesmonty@work.mysql.com2001-09-061-1/+0
* Ensure that libmysqlclient doesn't use raidmonty@hundin.mysql.fi2001-09-041-1/+1
* Fixes for OS2.monty@hundin.mysql.fi2001-08-224-28/+48
* mysqlbinlog->clientsasha@mysql.sashanet.com2001-08-092-3/+4
* Fixed bug that caused client to hang because mysqld never did send anmonty@hundin.mysql.fi2001-06-021-0/+28
* Added symlink support to mysys library.monty@hundin.mysql.fi2001-06-011-1/+1
* Fixed problems with decimals withing IF()monty@donna.mysql.fi2001-05-291-1/+0
* Fixed probelm with count(*) and normal functions when no matchin rows.monty@donna.mysql.fi2001-04-211-1/+1
* Don't force conf_to_src to be static an all systemsmonty@donna.mysql.fi2001-04-181-4/+4
* Don't use ranges on HEAP tables with LIKEmonty@donna.mysql.fi2001-04-171-0/+1
* Fixed bug in REGEXP for Linux Alphamonty@donna.mysql.fi2001-04-111-1/+1
* got --with-other-libc to work, finallysasha@mysql.sashanet.com2001-04-021-1/+4
* Merged some functions and removed some unused client functions.monty@donna.mysql.fi2001-03-061-68/+21
* Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-151-1/+1
* Use INSTALL_DATA instead of cp.tim@threads.polyesthetic.msg2001-02-011-2/+2
* New myisamchk option --sort-recovermonty@donna.mysql.com2001-01-311-9/+1
* errmsg.c buffer overflow in libmysqlclient fixedserg@serg.mysql.com2001-01-281-3/+3
* client/mysqltest.csasha@mysql.sashanet.com2001-01-191-0/+65
* Use C-style comments in common header files and C code.tim@cane.mysql.fi2001-01-161-2/+2
* If get_charset() fails when trying to load the server's charset,tim@cane.mysql.fi2001-01-161-1/+4
* Update to new viomonty@donna.mysql.com2000-12-312-4/+3
* cleanupsmonty@donna.mysql.com2000-12-311-1/+1
* Makefile bug fixes.tim@cane.mysql.fi2000-12-212-1/+2
* Compatibility fix for BSDi.tim@cane.mysql.fi2000-12-211-1/+1
* Fixed that LPAD() and RPAD() cuts argumentsmonty@tik.mysql.com2000-12-151-4/+4
* fixed up mysql-test - will not push this yet, as more clean up/testing is to ...sasha@mysql.sashanet.com2000-12-072-2/+2
* New thr_alarm struct for better integration with OS2monty@donna.mysql.com2000-11-283-15/+13
* 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
* 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
|\