summaryrefslogtreecommitdiff
path: root/libmysql
Commit message (Collapse)AuthorAgeFilesLines
* Fixed problem with BIGINT and shutdown on AIXmonty@hundin.mysql.fi2002-08-121-1/+1
| | | | | | 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.
* Fixed problem with make distcheckmonty@hundin.mysql.fi2002-08-062-3/+8
| | | | Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly
* Portability fixes for SCO and HPUXmonty@hundin.mysql.fi2002-05-311-0/+5
| | | | | Change TRUNCATE(number) to truncate towards zero for negative numbers Fix NULL handling for DESCRIBE table_name
* New my_gethostbyname_r() handlingmonty@hundin.mysql.fi2002-05-162-14/+3
| | | | | Changed some status variable names Fix bug in GRANT ... PASSWORD string
* SHOW VARIABLES LIKE ... are now case insensitivemonty@tik.mysql.fi2002-04-181-1/+1
| | | | | | Fixed stack overflow checking with crash-me with gcc 3.0.4 Using @@unknown_variable doesn't hang client anymore Added @@VERSION variable
* 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 --enable-local-infile Portability fix for bison
* 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
|/ | | | | | Added missing InnoDB variables to SHOW VARIABLES. Fixed bug when doing WHERE 'column_name=NULL' on an indexed column that had NULL values. Fixed bug when doing 'LEFT JOIN ... ON (column_name = constant) WHERE column_name = constant'
* 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
| | | | Manual Changelog update
* 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
| | | | Fix problem with MyISAM and rows of length 65517-65520
* Fixes for OS2.monty@hundin.mysql.fi2001-08-224-28/+48
| | | | | Fix bug in isamlog Add argument types to function declarations.
* 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
| | | | | | error message if the table open or the index creation failed. Updated portuguese error messages. Fix for OS/2 that affected CHECK TABLE.
* 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
| | | | Force add of FN_LIBCHAR to symlinks on windows
* Fixed probelm with count(*) and normal functions when no matchin rows.monty@donna.mysql.fi2001-04-211-1/+1
| | | | | Changed 'lib' to 'master-data' Fix for slow slaves
* Don't force conf_to_src to be static an all systemsmonty@donna.mysql.fi2001-04-181-4/+4
| | | | Removed unpredictable test from rpl000001.test
* Don't use ranges on HEAP tables with LIKEmonty@donna.mysql.fi2001-04-171-0/+1
| | | | Don't reconnect client on close
* 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
| | | | | | | | Remember UNION for ALTER TABLE Added test for if we are supporting transactions. Don't allow REPLACE to replace a row when we have generated an auto_increment key Fixed bug when using BLOB keys Fixed bug in SET @variable=user.
* Changed --replace to --replace_result in mysqltestmonty@donna.mysql.com2001-02-151-1/+1
| | | | | | Changed errmsg -> my_errmsg (portability issue) Fixed that mysqlbinlog writes SET TIMESTAMP before all queries Fixed comments in default my.cnf files
* Use INSTALL_DATA instead of cp.tim@threads.polyesthetic.msg2001-02-011-2/+2
| | | | mysql.server is a script, not data.
* New myisamchk option --sort-recovermonty@donna.mysql.com2001-01-311-9/+1
| | | | | | | | Allow delete of crashed MyISAM tables Fixed bug when BLOB was first part of key Fixed bug when using result from CASE in GROUP BY Fixed core-dump bug in monthname() Optimized calling of check_db_name()
* errmsg.c buffer overflow in libmysqlclient fixedserg@serg.mysql.com2001-01-281-3/+3
|
* client/mysqltest.csasha@mysql.sashanet.com2001-01-191-0/+65
| | | | | | | | | | | | | | | | | added send/reap/dirty_close include/mysql.h mysql_send_query()/mysql_reap_query() libmysql/libmysql.c mysql_send_query()/mysql_reap_query() mysys/my_vsnprintf.c fixed critical bug that codedumped when connection aborted sql/sql_parse.cc 0 mysql-test/r/dirty-close.result New BitKeeper file ``mysql-test/r/dirty-close.result'' mysql-test/t/dirty-close.test New BitKeeper file ``mysql-test/t/dirty-close.test''
* 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
| | | | use the default charset instead of failing.
* 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
| | | | | 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
|\