Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed core dump bug in str LIKE "%other_str%" where strings contained ↵ | monty@mashka.mysql.fi | 2003-01-10 | 3 | -24/+43 |
| | | | | | | | characters >= 128. Fixed problem with replication LOAD DATA INFILE when using --old-rpl-compat. When executing on master LOAD DATA and InnoDB failed with 'table full' error the binary log was corrupted. | ||||
* | Don't count NULL values in cardinalty for MyISAM tables. | monty@mashka.mysql.fi | 2003-01-09 | 9 | -34/+81 |
| | | | | | | Free row buffer cache after each query for MyISAM tables. Added table join option FORCE INDEX Fixed core dump bug when connecting with hostname that could not be resolved. | ||||
* | merge | monty@mashka.mysql.fi | 2003-01-08 | 1 | -1/+1 |
|\ | |||||
| * | Fix embedded server crash | miguel@hegel.br | 2003-01-07 | 1 | -0/+2 |
| | | |||||
* | | Fix for bug in LOAD DATA INFILE and replication | monty@mashka.mysql.fi | 2003-01-08 | 4 | -13/+56 |
| | | | | | | | | Fix for SHOW VARIABLES in embedded server | ||||
* | | Portability fixes | monty@mashka.mysql.fi | 2003-01-07 | 4 | -18/+33 |
|/ | | | | Fixed test suite for HPUX 10.20 and MacOSX | ||||
* | A lot of portability fixes. | monty@mashka.mysql.fi | 2003-01-05 | 6 | -11/+40 |
| | | | | Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables. | ||||
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-01-04 | 4 | -96/+165 |
|\ | |||||
| * | Added support for max_allowed_packet in option files read by mysql_option() | monty@mashka.mysql.fi | 2003-01-04 | 4 | -96/+165 |
| | | | | | | | | | | | | | | Extended max_allowed_packet for clients to 1G Fixed bug in sending compressed rows >= 16M Fix bug in skiping too long packets from clients. Added checking of wrong command number sent by client. | ||||
* | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.0 | ram@mysql.r18.ru | 2003-01-03 | 1 | -1/+1 |
|\ \ | |/ |/| | | | into mysql.r18.ru:/usr/home/ram/work/mysql-4.0 | ||||
| * | Fix for the QUOTE() function. | ram@mysql.r18.ru | 2003-01-03 | 1 | -1/+1 |
| | | |||||
* | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-01-02 | 2 | -3/+24 |
|\ \ | |||||
| * \ | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0 | Sinisa@sinisa.nasamreza.org | 2003-01-02 | 2 | -3/+24 |
| |\ \ | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/work/mysql-4.0 | ||||
| | * | | Fixing some bugs in client - server protocol and adding a feature | Sinisa@sinisa.nasamreza.org | 2003-01-02 | 2 | -3/+24 |
| | |/ | | | | | | | | | | | | | that connection does not close in the case when client sends a buffer larger then max_allowed_packet. | ||||
* | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-01-02 | 1 | -4/+2 |
|\ \ \ | |/ / | |||||
| * | | ha_innodb.cc: | heikki@hundin.mysql.fi | 2002-12-31 | 1 | -4/+2 |
| |/ | | | | | | | Fix bug: could not switch trx isolation back to REPEATABLE READ after switching it to some other level | ||||
* | | Small optimization of sending big blocks. | monty@mashka.mysql.fi | 2003-01-02 | 2 | -25/+38 |
| | | | | | | | | Updated Italian error messages | ||||
* | | Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overruns | monty@mashka.mysql.fi | 2002-12-26 | 6 | -15/+14 |
|/ | | | | | | | Changed long packat handling to check for packets of length 0xffffff. This does however break packet handling for older clients. If you are using packets >= 16M then you need to upgrade client and server after this patch. | ||||
* | Many files: | heikki@hundin.mysql.fi | 2002-12-22 | 1 | -11/+26 |
| | | | | | | Merge InnoDB-4.0.7. Support for ON UPDATE CASCADE sql_select.cc: Remove superfluous prints to .err log when a locking SELECT fails to a deadlock or a lock wait timeout | ||||
* | Merge with 3.23: | monty@mashka.mysql.fi | 2002-12-21 | 3 | -4/+10 |
|\ | | | | | | | | | Remove duplicate casedn_str() in mysql_change_db() Fix for null handling in CASE | ||||
| * | Optimization of CASE bug fix | monty@mashka.mysql.fi | 2002-12-21 | 1 | -3/+2 |
| | | |||||
| * | Merge work:/home/bk/mysql | serg@sergbook.mysql.com | 2002-12-20 | 1 | -1/+2 |
| |\ | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql | ||||
| | * | removed chroot() bugfix, now --chroot in 3.23 is broken again :(( | serg@sergbook.mysql.com | 2002-12-20 | 1 | -1/+2 |
| | | | |||||
| * | | ha_innobase.cc: | heikki@hundin.mysql.fi | 2002-12-19 | 1 | -1/+8 |
| | | | | | | | | | | | | Better error message to help users who created tables with < 3.23.54 where MySQL implicitly added a PRIMARY KEY definition | ||||
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql | Sinisa@sinisa.nasamreza.org | 2002-12-16 | 2 | -2/+5 |
| |\ \ | | |/ | |/| | | | | into sinisa.nasamreza.org:/mnt/work/mysql | ||||
| | * | fix for a bug in CASE ...WHEN ... | Sinisa@sinisa.nasamreza.org | 2002-12-16 | 2 | -2/+2 |
| | | | |||||
| | * | Fix for a bug with mysql_select_db() on manually created | Sinisa@sinisa.nasamreza.org | 2002-12-14 | 1 | -0/+3 |
| | | | | | | | | | | | | database and lower case table names. | ||||
* | | | errmsg.txt: | heikki@hundin.mysql.fi | 2002-12-21 | 1 | -2/+2 |
| | | | | | | | | | | | | More descriptive foreign key error messages | ||||
* | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2002-12-20 | 11 | -27/+109 |
|\ \ \ | |||||
| * | | | Changed thd variables max_join_size and select_limit to type ha_rows. | monty@mashka.mysql.fi | 2002-12-20 | 11 | -27/+109 |
| | | | | | | | | | | | | | | | | | | | | | | | | This fixed some optimization problems when using -DBIG_TABLES Portabilty fixes for OpenUnix and HPUX Added C and C++ version numbers to mysqlbug | ||||
* | | | | Fix for found rows in multi-table updates | Sinisa@sinisa.nasamreza.org | 2002-12-18 | 1 | -3/+2 |
|/ / / | |||||
* | | | Use delayed create index for LOAD DATA INFILE, INSERT ... SELECT and CREATE ↵ | monty@mashka.mysql.fi | 2002-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | ... SELECT (Accidently disabled by a recent push) | ||||
* | | | Merge with 3.23 to get patch for lower_case_table_names for MacOSX | monty@mashka.mysql.fi | 2002-12-14 | 1 | -2/+7 |
|\ \ \ | |/ / | |||||
| * | | Make --lower-case-table-names default on MacOSX | monty@mashka.mysql.fi | 2002-12-14 | 1 | -1/+6 |
| | | | |||||
| * | | Transactions in AUTOCOMMIT=0 mode didn't rotate binary log. | monty@mashka.mysql.fi | 2002-12-14 | 1 | -0/+3 |
| | | | |||||
* | | | Transactions in AUTOCOMMIT=0 mode didn't rotate binary log | monty@mashka.mysql.fi | 2002-12-14 | 3 | -6/+21 |
| | | | | | | | | | | | | Don't enable any bulk insert or record caching code if inserting less than MIN_ROWS_TO_USE_BULK_INSERT rows (100) | ||||
* | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2002-12-13 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | Fixed syntax error in sql_yacc.yy (with bison 1.75). | pem@mysql.com | 2002-12-13 | 1 | -1/+2 |
| | | | | |||||
* | | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2002-12-13 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | - HP/UX 11 compile fix: fixed "records_in_range" class definition | lenz@mysql.com | 2002-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | in sql/ha_myisammrg.h (removed "ha_myisammrg::") | ||||
* | | | | Merge patch for LOCK TABLES and SLAVE STOP | monty@mashka.mysql.fi | 2002-12-13 | 1 | -0/+18 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Forbid SLAVE STOP if the thread executing the query has locked | monty@mashka.mysql.fi | 2002-12-13 | 1 | -0/+18 |
| | |/ | |/| | | | | | | | tables. This removes a possible deadlock situation. | ||||
* | | | Fixed possible replication problem in LOAD DATA INFILE with innodb tables. | monty@mashka.mysql.fi | 2002-12-13 | 1 | -6/+9 |
| | | | |||||
* | | | RESET SLAVE and CHANGE MASTER will now give an error if slave is running. | monty@mashka.mysql.fi | 2002-12-13 | 2 | -39/+73 |
| |/ |/| | | | | | This fixes a problem in replication where RESET SLAVE could crash a running slave. | ||||
* | | Removed compiler warnings | monty@mashka.mysql.fi | 2002-12-12 | 4 | -6/+4 |
| | | | | | | | | Fixed wrong variable name for Windows | ||||
* | | log.cc: | heikki@hundin.mysql.fi | 2002-12-11 | 1 | -2/+14 |
| | | | | | | | | We must not commit inside InnoDB when LOAD DATA INFILE just writes a block to the binlog; only commit if the log event type is QUERY_EVENT or EXECUTE_LOAD_EVENT | ||||
* | | Add CHARSET keyword (missing from last push) | monty@mashka.mysql.fi | 2002-12-11 | 2 | -2/+5 |
| | | |||||
* | | Ensure that BEGIN / COMMIT is handled properly if slave dies | monty@mashka.mysql.fi | 2002-12-11 | 6 | -32/+67 |
| | | | | | | | | | | Added syntax support for CREATE TABLE foo (a char CHARACTER SET latin1) CHARSET=latin1; | ||||
* | | Merge with 3.23 | monty@mashka.mysql.fi | 2002-12-11 | 3 | -6/+11 |
|\ \ | |/ | |||||
| * | Added back -max to server name if we are using InnoDB. | monty@mashka.mysql.fi | 2002-12-11 | 1 | -3/+3 |
| | |