summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Expand)AuthorAgeFilesLines
* Fixed problem with BIGINT and shutdown on AIXunknown2002-08-121-1/+1
* Fixed problem with make distcheckunknown2002-08-062-3/+8
* Portability fixes for SCO and HPUXunknown2002-05-311-0/+5
* New my_gethostbyname_r() handlingunknown2002-05-162-14/+3
* SHOW VARIABLES LIKE ... are now case insensitiveunknown2002-04-181-1/+1
* Fix for --enable-local-infileunknown2002-03-061-1/+1
* Update scripts for new POSIX specunknown2002-03-051-1/+1
* Fix for LOAD DATA LOCAL INFILE patchunknown2002-02-131-2/+2
* Made LOAD DATA LOCAL INFILE more secureunknown2002-02-131-9/+35
* Fixed bug in GROUP BY ... DESCunknown2001-12-101-0/+2
* Portability fixes.unknown2001-11-022-231/+1
* Portability fixesunknown2001-10-311-0/+4
* bug in libmysql.c:mysql_reconnect() fixedunknown2001-10-241-1/+1
* Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysqlunknown2001-10-231-1/+1
|\
| * HA_NO_FULLTEXT_KEY and an appropriate error messageunknown2001-10-231-1/+1
* | Don't use signal() on windows.unknown2001-10-191-2/+2
|/
* merge sql/violite.c with libmysql/violite.cunknown2001-10-081-3/+3
* Fix for 'mysqladmin -w1 unknown-command'unknown2001-10-071-0/+7
* OS2 patchunknown2001-09-124-24/+37
* Portability fixesunknown2001-09-061-1/+0
* Ensure that libmysqlclient doesn't use raidunknown2001-09-041-1/+1
* Fixes for OS2.unknown2001-08-224-28/+48
* mysqlbinlog->clientunknown2001-08-092-3/+4
* Fixed bug that caused client to hang because mysqld never did send anunknown2001-06-021-0/+28
* Added symlink support to mysys library.unknown2001-06-011-1/+1
* Fixed problems with decimals withing IF()unknown2001-05-291-1/+0
* Fixed probelm with count(*) and normal functions when no matchin rows.unknown2001-04-211-1/+1
* Don't force conf_to_src to be static an all systemsunknown2001-04-181-4/+4
* Don't use ranges on HEAP tables with LIKEunknown2001-04-171-0/+1
* Fixed bug in REGEXP for Linux Alphaunknown2001-04-111-1/+1
* got --with-other-libc to work, finallyunknown2001-04-021-1/+4
* Merged some functions and removed some unused client functions.unknown2001-03-061-68/+21
* Changed --replace to --replace_result in mysqltestunknown2001-02-151-1/+1
* Use INSTALL_DATA instead of cp.unknown2001-02-011-2/+2
* New myisamchk option --sort-recoverunknown2001-01-311-9/+1
* errmsg.c buffer overflow in libmysqlclient fixedunknown2001-01-281-3/+3
* client/mysqltest.cunknown2001-01-191-0/+65
* Use C-style comments in common header files and C code.unknown2001-01-161-2/+2
* If get_charset() fails when trying to load the server's charset,unknown2001-01-161-1/+4
* Update to new viounknown2000-12-312-4/+3
* cleanupsunknown2000-12-311-1/+1
* Makefile bug fixes.unknown2000-12-212-1/+2
* Compatibility fix for BSDi.unknown2000-12-211-1/+1
* Fixed that LPAD() and RPAD() cuts argumentsunknown2000-12-151-4/+4
* fixed up mysql-test - will not push this yet, as more clean up/testing is to ...unknown2000-12-072-2/+2
* New thr_alarm struct for better integration with OS2unknown2000-11-283-15/+13
* Added connect_timeout and fix for transactions per statementunknown2000-11-271-0/+2
* Fixed problem with auto-repair of MyISAM tablesunknown2000-11-211-4/+5
* Bug fix for NATURAL JOIN, Split manual sections and more statistic variablesunknown2000-11-201-2/+5
* mergeunknown2000-11-162-15/+54
|\