Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed problem with BIGINT and shutdown on AIX | monty@hundin.mysql.fi | 2002-08-12 | 1 | -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 distcheck | monty@hundin.mysql.fi | 2002-08-06 | 2 | -3/+8 |
| | | | | Fixed bug in automatic repair of MyISAM tables where table cache was not locked properly | ||||
* | Portability fixes for SCO and HPUX | monty@hundin.mysql.fi | 2002-05-31 | 1 | -0/+5 |
| | | | | | Change TRUNCATE(number) to truncate towards zero for negative numbers Fix NULL handling for DESCRIBE table_name | ||||
* | New my_gethostbyname_r() handling | monty@hundin.mysql.fi | 2002-05-16 | 2 | -14/+3 |
| | | | | | Changed some status variable names Fix bug in GRANT ... PASSWORD string | ||||
* | SHOW VARIABLES LIKE ... are now case insensitive | monty@tik.mysql.fi | 2002-04-18 | 1 | -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-infile | monty@hundin.mysql.fi | 2002-03-06 | 1 | -1/+1 |
| | |||||
* | Update scripts for new POSIX spec | monty@tik.mysql.fi | 2002-03-05 | 1 | -1/+1 |
| | | | | | Fix for --enable-local-infile Portability fix for bison | ||||
* | Fix for LOAD DATA LOCAL INFILE patch | monty@hundin.mysql.fi | 2002-02-13 | 1 | -2/+2 |
| | |||||
* | Made LOAD DATA LOCAL INFILE more secure | monty@tik.mysql.fi | 2002-02-13 | 1 | -9/+35 |
| | |||||
* | Fixed bug in GROUP BY ... DESC | monty@hundin.mysql.fi | 2001-12-10 | 1 | -0/+2 |
| | |||||
* | Portability fixes. | monty@hundin.mysql.fi | 2001-11-02 | 2 | -231/+1 |
| | |||||
* | Portability fixes | monty@hundin.mysql.fi | 2001-10-31 | 1 | -0/+4 |
| | |||||
* | bug in libmysql.c:mysql_reconnect() fixed | serg@serg.mysql.com | 2001-10-24 | 1 | -1/+1 |
| | |||||
* | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2001-10-23 | 1 | -1/+1 |
|\ | |||||
| * | HA_NO_FULLTEXT_KEY and an appropriate error message | serg@serg.mysql.com | 2001-10-23 | 1 | -1/+1 |
| | | |||||
* | | Don't use signal() on windows. | monty@hundin.mysql.fi | 2001-10-19 | 1 | -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.c | monty@hundin.mysql.fi | 2001-10-08 | 1 | -3/+3 |
| | |||||
* | Fix for 'mysqladmin -w1 unknown-command' | monty@hundin.mysql.fi | 2001-10-07 | 1 | -0/+7 |
| | | | | Manual Changelog update | ||||
* | OS2 patch | monty@hundin.mysql.fi | 2001-09-12 | 4 | -24/+37 |
| | |||||
* | Portability fixes | monty@work.mysql.com | 2001-09-06 | 1 | -1/+0 |
| | |||||
* | Ensure that libmysqlclient doesn't use raid | monty@hundin.mysql.fi | 2001-09-04 | 1 | -1/+1 |
| | | | | Fix problem with MyISAM and rows of length 65517-65520 | ||||
* | Fixes for OS2. | monty@hundin.mysql.fi | 2001-08-22 | 4 | -28/+48 |
| | | | | | Fix bug in isamlog Add argument types to function declarations. | ||||
* | mysqlbinlog->client | sasha@mysql.sashanet.com | 2001-08-09 | 2 | -3/+4 |
| | |||||
* | Fixed bug that caused client to hang because mysqld never did send an | monty@hundin.mysql.fi | 2001-06-02 | 1 | -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.fi | 2001-06-01 | 1 | -1/+1 |
| | |||||
* | Fixed problems with decimals withing IF() | monty@donna.mysql.fi | 2001-05-29 | 1 | -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.fi | 2001-04-21 | 1 | -1/+1 |
| | | | | | Changed 'lib' to 'master-data' Fix for slow slaves | ||||
* | Don't force conf_to_src to be static an all systems | monty@donna.mysql.fi | 2001-04-18 | 1 | -4/+4 |
| | | | | Removed unpredictable test from rpl000001.test | ||||
* | Don't use ranges on HEAP tables with LIKE | monty@donna.mysql.fi | 2001-04-17 | 1 | -0/+1 |
| | | | | Don't reconnect client on close | ||||
* | Fixed bug in REGEXP for Linux Alpha | monty@donna.mysql.fi | 2001-04-11 | 1 | -1/+1 |
| | |||||
* | got --with-other-libc to work, finally | sasha@mysql.sashanet.com | 2001-04-02 | 1 | -1/+4 |
| | |||||
* | Merged some functions and removed some unused client functions. | monty@donna.mysql.fi | 2001-03-06 | 1 | -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 mysqltest | monty@donna.mysql.com | 2001-02-15 | 1 | -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.msg | 2001-02-01 | 1 | -2/+2 |
| | | | | mysql.server is a script, not data. | ||||
* | New myisamchk option --sort-recover | monty@donna.mysql.com | 2001-01-31 | 1 | -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 fixed | serg@serg.mysql.com | 2001-01-28 | 1 | -3/+3 |
| | |||||
* | client/mysqltest.c | sasha@mysql.sashanet.com | 2001-01-19 | 1 | -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.fi | 2001-01-16 | 1 | -2/+2 |
| | |||||
* | If get_charset() fails when trying to load the server's charset, | tim@cane.mysql.fi | 2001-01-16 | 1 | -1/+4 |
| | | | | use the default charset instead of failing. | ||||
* | Update to new vio | monty@donna.mysql.com | 2000-12-31 | 2 | -4/+3 |
| | |||||
* | cleanups | monty@donna.mysql.com | 2000-12-31 | 1 | -1/+1 |
| | |||||
* | Makefile bug fixes. | tim@cane.mysql.fi | 2000-12-21 | 2 | -1/+2 |
| | |||||
* | Compatibility fix for BSDi. | tim@cane.mysql.fi | 2000-12-21 | 1 | -1/+1 |
| | | | | | BSDi uses size_t * for the optlen arg to getsockopt, while other Unixes use socklen_t *. | ||||
* | Fixed that LPAD() and RPAD() cuts arguments | monty@tik.mysql.com | 2000-12-15 | 1 | -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.com | 2000-12-07 | 2 | -2/+2 |
| | | | | follow | ||||
* | New thr_alarm struct for better integration with OS2 | monty@donna.mysql.com | 2000-11-28 | 3 | -15/+13 |
| | | | | | Run bootstrap in separate thread Fix bug in FLUSH TABLES table_name | ||||
* | Added connect_timeout and fix for transactions per statement | monty@donna.mysql.com | 2000-11-27 | 1 | -0/+2 |
| | |||||
* | Fixed problem with auto-repair of MyISAM tables | monty@donna.mysql.com | 2000-11-21 | 1 | -4/+5 |
| | | | | Fixed bug in ISAM and MyISAM when updating from multiple-processes | ||||
* | Bug fix for NATURAL JOIN, Split manual sections and more statistic variables | monty@donna.mysql.com | 2000-11-20 | 1 | -2/+5 |
| | |||||
* | merge | monty@narttu.mysql.fi | 2000-11-16 | 2 | -15/+54 |
|\ |