Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | srv0srv.c: | heikki@hundin.mysql.fi | 2003-01-15 | 1 | -0/+4 |
| | | | | Make SHOW INNODB STATUS aware which trx's are waiting because of innodb_thread_concurrency exceeded | ||||
* | trx0trx.c: | heikki@hundin.mysql.fi | 2003-01-15 | 1 | -2/+2 |
| | | | | Print also the thread ids in SHOW INNODB STATUS also in Linux | ||||
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-01-14 | 10 | -3/+146 |
|\ | |||||
| * | Guard against compiling without -fno-exceptions | monty@mashka.mysql.fi | 2003-01-14 | 10 | -3/+146 |
| | | | | | | | | | | | | Allocate bigger default thread stack because of problems with glibc Fixed bug in UPDATE ... not_null_field=expression_that_returns_null Fixed bug in replication when using auto_increment and LOAD DATA INFILE | ||||
* | | Text fixes: ISAM -> MyISAM for myisamchk (found by Jocelyn Fournier). | arjen@george.bitbike.com | 2003-01-14 | 1 | -3/+3 |
| | | |||||
* | | sql_handler.cc: | heikki@hundin.mysql.fi | 2003-01-13 | 1 | -2/+4 |
| | | | | | | | | Backport the InnoDB HANDLER bug fix from 4.1 | ||||
* | | btr0cur.h, btr0btr.h, btr0btr.c, btr0cur.c, row0purge.c: | heikki@hundin.mysql.fi | 2003-01-13 | 5 | -9/+36 |
| | | | | | | | | Fix a hang associated with an index tree of height 1 and purging of BLOB fields from it | ||||
* | | srv0srv.c: | heikki@hundin.mysql.fi | 2003-01-13 | 1 | -0/+11 |
| | | | | | | | | Add another diagnostic print to determine why the 'queries inside InnoDB' counter might drift upwards | ||||
* | | trx0trx.c: | heikki@hundin.mysql.fi | 2003-01-12 | 2 | -3/+22 |
| | | | | | | | | | | | | Add diagnostic prints to determine why the 'queries inside InnoDB' might drift upwards ha_innodb.cc: Add more print space to SHOW INNODB STATUS; remove possible memory leak in case there is an error | ||||
* | | Added functions required by MySQLCC | miguel@light. | 2003-01-11 | 1 | -0/+6 |
|/ | |||||
* | 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. | ||||
* | Portability fix | monty@mashka.mysql.fi | 2003-01-09 | 4 | -7/+29 |
| | |||||
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-01-09 | 17 | -52/+207 |
|\ | |||||
| * | Don't count NULL values in cardinalty for MyISAM tables. | monty@mashka.mysql.fi | 2003-01-09 | 17 | -52/+207 |
| | | | | | | | | | | | | 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 work:/home/bk/mysql-4.0 | serg@sergbook.mysql.com | 2003-01-08 | 1 | -0/+1 |
|\ \ | | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0 | ||||
| * | | ft_nlq_search.c: | serg@sergbook.mysql.com | 2003-01-08 | 1 | -0/+1 |
| | | | | | | | | | | | | no _mi_search_next() bug fixed | ||||
* | | | Merge work:/home/bk/mysql-4.0 into hynda.(none):/home/my/bk/mysql-4.0 | jani@hynda.(none) | 2003-01-08 | 1 | -5/+5 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fixed a couple of bugs. | jani@hynda.(none) | 2003-01-08 | 1 | -5/+5 |
| | | | |||||
* | | | merge | monty@mashka.mysql.fi | 2003-01-08 | 4 | -15/+88 |
|\ \ \ | |||||
| * | | | Fix embedded server crash | miguel@hegel.br | 2003-01-07 | 1 | -0/+2 |
| | | | | |||||
| * | | | mem0pool.c: | heikki@hundin.mysql.fi | 2003-01-07 | 1 | -13/+0 |
| |/ / | | | | | | | | | | Remove the warning message that mem allocation spills from the additional mem pool to the OS; this does not hit performance with modern malloc libraries | ||||
| * | | Added new program, mysql_waitpid. | jani@hynda.(none) | 2003-01-07 | 2 | -1/+87 |
| | | | |||||
* | | | Fix for bug in LOAD DATA INFILE and replication | monty@mashka.mysql.fi | 2003-01-08 | 6 | -15/+129 |
| | | | | | | | | | | | | Fix for SHOW VARIABLES in embedded server | ||||
* | | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-01-07 | 12 | -129/+233 |
|\ \ \ | |/ / |/| | | |||||
| * | | Portability fixes | monty@mashka.mysql.fi | 2003-01-07 | 12 | -129/+233 |
| | | | | | | | | | | | | Fixed test suite for HPUX 10.20 and MacOSX | ||||
* | | | btr0pcur.c: | heikki@hundin.mysql.fi | 2003-01-05 | 2 | -11/+26 |
|/ / | | | | | | | | | | | Fix bug: an index cursor can theoretically be restored in a wrong place log0log.c: Fix bug: if combined log file size is >= 2 GB in a 32-bit computer InnoDB can write log to a wrong position | ||||
* | | A lot of portability fixes. | monty@mashka.mysql.fi | 2003-01-05 | 19 | -36/+99 |
| | | | | | | | | Added rename table for BDB. This fixes a bug in ALTER TABLE with BDB tables. | ||||
* | | Changed shared lib version to 12 as some structures has changed | monty@mashka.mysql.fi | 2003-01-04 | 1 | -1/+1 |
| | | |||||
* | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0 | monty@mashka.mysql.fi | 2003-01-04 | 11 | -147/+299 |
|\ \ | |||||
| * | | Added support for max_allowed_packet in option files read by mysql_option() | monty@mashka.mysql.fi | 2003-01-04 | 11 | -147/+299 |
| | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -1/+6 |
|\ \ \ | |/ / |/| | | | | | into mysql.r18.ru:/usr/home/ram/work/mysql-4.0 | ||||
| * | | Fix for the QUOTE() function. | ram@mysql.r18.ru | 2003-01-03 | 4 | -1/+6 |
| | | | |||||
* | | | 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 | 2 | -10/+46 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | 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 | ||||
| * | | | Merge akishkin@work.mysql.com:/home/bk/mysql-4.0 | walrus@mysql.com | 2002-12-28 | 1 | -6/+44 |
| |\ \ \ | | | | | | | | | | | | | | | | into mysql.com:/home/walrus/bk/40 | ||||
| | * | | | 1) Add option (--verbose) that allows user switch on/off new | walrus@mysql.com | 2002-12-28 | 1 | -6/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | logging in crash-me 2) Add new test: no_id_between, that indicates if NOT ID BETWEEN interprets as ID NOT BETWEEN | ||||
* | | | | | 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 | 7 | -56/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | | | Test cleanup | monty@mashka.mysql.fi | 2002-12-26 | 2 | -4/+7 |
| | | | | | |||||
* | | | | | merge | monty@mashka.mysql.fi | 2002-12-26 | 1 | -2/+2 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Update of test results | monty@mashka.mysql.fi | 2002-12-26 | 1 | -0/+5 |
| | | | | | |||||
* | | | | | - bumped up version number to 4.0.8-gamma | lenz@mysql.com | 2002-12-24 | 1 | -1/+1 |
| |_|/ / |/| | | | | | | | | | | | - tagged ChangeSet 1.1484 as mysql-4.0.7 | ||||
* | | | | fix for an error in the merge from 3.23 | Sinisa@sinisa.nasamreza.org | 2002-12-24 | 2 | -2/+7 |
| | | | | |||||
* | | | | - fix CC_VERSION and CXX_VERSION for compilers that return multiple lines of | lenz@mysql.com | 2002-12-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | output for "--version" (e.g. gcc 3.x) | ||||
* | | | | Many files: | heikki@hundin.mysql.fi | 2002-12-22 | 19 | -147/+689 |
|/ / / | | | | | | | | | | | | | | | | 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 | 6 | -7/+23 |
|\ \ \ | | | | | | | | | | | | | | | | | 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 |
| | | | |