summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* srv0srv.c:heikki@hundin.mysql.fi2003-01-151-0/+4
| | | | Make SHOW INNODB STATUS aware which trx's are waiting because of innodb_thread_concurrency exceeded
* trx0trx.c:heikki@hundin.mysql.fi2003-01-151-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.0monty@mashka.mysql.fi2003-01-1410-3/+146
|\
| * Guard against compiling without -fno-exceptionsmonty@mashka.mysql.fi2003-01-1410-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.com2003-01-141-3/+3
| |
* | sql_handler.cc:heikki@hundin.mysql.fi2003-01-131-2/+4
| | | | | | | | Backport the InnoDB HANDLER bug fix from 4.1
* | btr0cur.h, btr0btr.h, btr0btr.c, btr0cur.c, row0purge.c:heikki@hundin.mysql.fi2003-01-135-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.fi2003-01-131-0/+11
| | | | | | | | Add another diagnostic print to determine why the 'queries inside InnoDB' counter might drift upwards
* | trx0trx.c:heikki@hundin.mysql.fi2003-01-122-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 MySQLCCmiguel@light.2003-01-111-0/+6
|/
* Fixed core dump bug in str LIKE "%other_str%" where strings contained ↵monty@mashka.mysql.fi2003-01-103-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 fixmonty@mashka.mysql.fi2003-01-094-7/+29
|
* Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-0917-52/+207
|\
| * Don't count NULL values in cardinalty for MyISAM tables.monty@mashka.mysql.fi2003-01-0917-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.0serg@sergbook.mysql.com2003-01-081-0/+1
|\ \ | | | | | | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | ft_nlq_search.c:serg@sergbook.mysql.com2003-01-081-0/+1
| | | | | | | | | | | | no _mi_search_next() bug fixed
* | | Merge work:/home/bk/mysql-4.0 into hynda.(none):/home/my/bk/mysql-4.0jani@hynda.(none)2003-01-081-5/+5
|\ \ \ | |_|/ |/| |
| * | Fixed a couple of bugs.jani@hynda.(none)2003-01-081-5/+5
| | |
* | | mergemonty@mashka.mysql.fi2003-01-084-15/+88
|\ \ \
| * | | Fix embedded server crashmiguel@hegel.br2003-01-071-0/+2
| | | |
| * | | mem0pool.c:heikki@hundin.mysql.fi2003-01-071-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-072-1/+87
| | |
* | | Fix for bug in LOAD DATA INFILE and replicationmonty@mashka.mysql.fi2003-01-086-15/+129
| | | | | | | | | | | | Fix for SHOW VARIABLES in embedded server
* | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-0712-129/+233
|\ \ \ | |/ / |/| |
| * | Portability fixesmonty@mashka.mysql.fi2003-01-0712-129/+233
| | | | | | | | | | | | Fixed test suite for HPUX 10.20 and MacOSX
* | | btr0pcur.c:heikki@hundin.mysql.fi2003-01-052-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.fi2003-01-0519-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 changedmonty@mashka.mysql.fi2003-01-041-1/+1
| |
* | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-0411-147/+299
|\ \
| * | Added support for max_allowed_packet in option files read by mysql_option()monty@mashka.mysql.fi2003-01-0411-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.0ram@mysql.r18.ru2003-01-034-1/+6
|\ \ \ | |/ / |/| | | | | into mysql.r18.ru:/usr/home/ram/work/mysql-4.0
| * | Fix for the QUOTE() function.ram@mysql.r18.ru2003-01-034-1/+6
| | |
* | | Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0monty@mashka.mysql.fi2003-01-022-3/+24
|\ \ \
| * \ \ Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-01-022-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.org2003-01-022-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.0monty@mashka.mysql.fi2003-01-022-10/+46
|\ \ \ \ \ | |/ / / /
| * | | | ha_innodb.cc:heikki@hundin.mysql.fi2002-12-311-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.0walrus@mysql.com2002-12-281-6/+44
| |\ \ \ | | | | | | | | | | | | | | | into mysql.com:/home/walrus/bk/40
| | * | | 1) Add option (--verbose) that allows user switch on/off newwalrus@mysql.com2002-12-281-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.fi2003-01-022-25/+38
| | | | | | | | | | | | | | | | | | | | Updated Italian error messages
* | | | | Cut hostnames at HOSTNAME_LENGTH to avoid theoretical hostname overrunsmonty@mashka.mysql.fi2002-12-267-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 cleanupmonty@mashka.mysql.fi2002-12-262-4/+7
| | | | |
* | | | | mergemonty@mashka.mysql.fi2002-12-261-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Update of test resultsmonty@mashka.mysql.fi2002-12-261-0/+5
| | | | |
* | | | | - bumped up version number to 4.0.8-gammalenz@mysql.com2002-12-241-1/+1
| |_|/ / |/| | | | | | | | | | | - tagged ChangeSet 1.1484 as mysql-4.0.7
* | | | fix for an error in the merge from 3.23Sinisa@sinisa.nasamreza.org2002-12-242-2/+7
| | | |
* | | | - fix CC_VERSION and CXX_VERSION for compilers that return multiple lines oflenz@mysql.com2002-12-231-2/+2
| | | | | | | | | | | | | | | | output for "--version" (e.g. gcc 3.x)
* | | | Many files:heikki@hundin.mysql.fi2002-12-2219-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.fi2002-12-216-7/+23
|\ \ \ | | | | | | | | | | | | | | | | Remove duplicate casedn_str() in mysql_change_db() Fix for null handling in CASE
| * | | Optimization of CASE bug fixmonty@mashka.mysql.fi2002-12-211-3/+2
| | | |