summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove netware.patch (not needed)greg@mysql.com2003-03-051-4162/+0
* - Fixed URL to Using_stack_trace.html (the old one still works, but getslenz@mysql.com2003-03-051-1/+1
* - safeguard against an endless loop when MIT pthreads are not installedlenz@mysql.com2003-03-051-1/+1
* Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2003-03-0443-70/+917
|\
| * Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2003-03-042-0/+3
| |\
| | * - added missing file mysql-test/std_data/des_key_file to source and binarylenz@mysql.com2003-03-042-0/+3
| * | Many files:gweir@work.mysql.com2003-03-0412-0/+0
| * | ha_innodb.cc:heikki@hundin.mysql.fi2003-03-041-0/+4
| * | ha_innodb.cc:heikki@hundin.mysql.fi2003-03-041-4/+1
| |/
| * buf0buf.c:heikki@hundin.mysql.fi2003-03-041-3/+11
| * Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0monty@narttu.mysql.fi2003-03-0411-15/+144
| |\
| | * Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a tabl...monty@narttu.mysql.fi2003-03-0411-15/+144
| * | New build scripts for NetWaregreg@mysql.com2003-03-0313-12/+358
| * | novell40b.patchgreg@mysql.com[greg]2003-03-031-0/+125
| * | Merge lgrimmer@work.mysql.com:/home/bk/mysql-4.0lenz@mysql.com2003-03-031-4/+36
| |\ \
| | * | - added option "--skip-dmg" to skip the building of the disk image afterlenz@mysql.com2003-03-031-4/+36
| * | | ha_innodb.h, ha_innodb.cc, handler.h, handler.cc, sql_class.cc:heikki@hundin.mysql.fi2003-03-035-0/+61
| * | | srv0start.c:heikki@hundin.mysql.fi2003-03-031-6/+17
| * | | Replication: small bug fixes in mysql-test-run.sh and in replication code (mo...guilhem@mysql.com2003-03-035-18/+38
| |/ /
| * | trx0sys.c, trx0roll.c, srv0start.h:heikki@hundin.mysql.fi2003-03-023-7/+69
| * | ChangeSet 1.1625 was faulty as regards sql/mf_iocache.cc and LOAD DATA LOCAL ...guilhem@mysql.com2003-03-023-1/+50
* | | optimizer should check for "field LIKE const" not "field like STRING"serg@serg.mysql.com2003-03-024-8/+27
|/ /
* | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2003-03-026-6/+26
|\ \
| * | fix auto-increment in sub-key and insert ... selectserg@serg.mysql.com2003-03-026-6/+26
* | | Replication: simplification of init_relay_log_pos: always initialize,guilhem@mysql.com2003-03-022-9/+1
* | | When the SQL thread cannot read an event from the relay logguilhem@mysql.com2003-03-022-0/+10
| |/ |/|
* | Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0monty@narttu.mysql.fi2003-02-28106-805/+807
|\ \
| * | LOAD DATA INFILE is not replicated if replicate_*_table is setmonty@narttu.mysql.fi2003-02-28105-804/+804
| * | merge (use local version)monty@narttu.mysql.fi2003-02-280-0/+0
| |\ \
| | * | Always include errno.hmonty@narttu.mysql.fi2003-02-281-0/+1
| | * | LOAD DATA INFILE is not replicated by slave if replicate_*_table is setmonty@narttu.mysql.fi2003-02-281-0/+1
| * | | Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0monty@narttu.mysql.fi2003-02-281-1/+3
| |\ \ \ | | |/ /
| | * | Added copying of *.slave-mi mysql-test filesmonty@narttu.mysql.fi2003-02-281-1/+3
* | | | used correct function (SCRUM)bell@sanja.is.com.ua2003-02-281-2/+2
* | | | - Changed version number from "4.0.12-gamma" to "4.0.12" (confirmed bylenz@mysql.com2003-02-281-1/+1
* | | | postmerging fix (SCRUM)bell@sanja.is.com.ua2003-02-272-3/+3
* | | | posreview changing (SCRUM)bell@sanja.is.com.ua2003-02-273-7/+4
* | | | mergingbell@sanja.is.com.ua2003-02-276-10/+25
|\ \ \ \ | |/ / / |/| | |
| * | | client port number added to SHOW PROCESSLIST (SCRUM?)bell@sanja.is.com.ua2003-02-176-13/+25
* | | | Added detection if pthread_attr_getstacksize() existsmonty@narttu.mysql.fi2003-02-279-11/+12
* | | | Add missing SIGNAL_WITH_VIO_CLOSE to fix problem with SLAVE STOP on windowsmonty@narttu.mysql.fi2003-02-271-0/+5
* | | | Integer values between 9223372036854775807 and 9999999999999999999 are nowmonty@narttu.mysql.fi2003-02-274-9/+8
* | | | Code cleanupmonty@narttu.mysql.fi2003-02-271-8/+3
* | | | Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0monty@narttu.mysql.fi2003-02-261-1/+2
|\ \ \ \
| * \ \ \ Merge narttu.mysql.fi:/my/mysql-3.23 into narttu.mysql.fi:/my/mysql-4.0monty@narttu.mysql.fi2003-02-261-1/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix for SHOW TABLE STATUS with empty .frm filemonty@narttu.mysql.fi2003-02-261-1/+1
| | * | | Comment column in SHOW TABLE STATUS now reports that it canmonty@narttu.mysql.fi2003-02-261-0/+1
* | | | | ha_innodb.cc:heikki@hundin.mysql.fi2003-02-261-1/+7
* | | | | ha_innodb.cc:heikki@hundin.mysql.fi2003-02-261-3/+6
* | | | | Merge sinisa@work.mysql.com://home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2003-02-261-2/+9
|\ \ \ \ \ | |/ / / / |/| | | |