summaryrefslogtreecommitdiff
path: root/.bzrignore
Commit message (Collapse)AuthorAgeFilesLines
* merge with 3.23monty@mashka.mysql.fi2002-08-241-9/+9
|\
| * Added testing of temporary tables with replicationmonty@mashka.mysql.fi2002-08-231-0/+13
| |
* | Fixed timing problem with rpl000001 replication test.monty@hundin.mysql.fi2002-08-181-0/+1
| | | | | | | | | | | | | | Fixed configure problems with HPUX and openbsd SHOW SLAVE STATUS returns empty set if slave is not initialized SHOW MASTER STATUS returns empty set if binary logging is not enabled. Fixed shutdown problem on Solaris.
* | Portability fixes for 4.0.3 build.monty@hundin.mysql.fi2002-08-171-0/+2
| | | | | | | | Don't update MyISAM index file on UPDATE if index is not changed
* | Fixed bug in SAFEMALLOC for systems that requires longlong data to be ↵monty@hundin.mysql.fi2002-08-171-0/+6
| | | | | | | | | | | | | | aligned on 8 byte boundaries (like sparc) Removed thread marking of safemalloc blocks (becasue of alignment problems) Temporary fix for bigint comparison.
* | Merge sergbook.mysql.com:/usr/home/serg/Abk/mysqlserg@sergbook.mysql.com2002-08-131-15/+16
|\ \ | |/ | | | | into sergbook.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * disable "dvi" target in TeX is not installedserg@sergbook.mysql.com2002-08-131-0/+1
| |
* | few small fixesSinisa@sinisa.nasamreza.org2002-08-011-0/+1
| |
* | Small fixes after mergemonty@mashka.mysql.fi2002-07-231-0/+2
| |
* | New SET syntax & system variables.monty@mashka.mysql.fi2002-07-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
* | mergemonty@hundin.mysql.fi2002-06-271-0/+8
| |
* | Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-0/+1
| | | | | | | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* | Fixed a bug with big result sets and UNION'sSinisa@sinisa.nasamreza.org2002-05-241-0/+2
| |
* | merge with 3.23.51monty@hundin.mysql.fi2002-05-161-9/+11
|\ \ | |/
| * Add missing pthreadtypes.h file to mit-pthreadsmonty@tik.2002-05-081-0/+1
| |
| * Remove docs from the bdb distributionmonty@tik.2002-05-071-0/+1
| | | | | | | | Hack to get MIT-pthreads to compile with glibc 2.2
* | Added "gnutar" to the TARs to check for, since this seems to belenz@mysql.com2002-05-031-0/+3
| | | | | | | | | | how it's named on Mac OS X (thanks to Paul DuBois <paul@snake.net> for the hint)
* | boolean fulltext search weighting scheme changedserg@serg.mysql.com2002-04-191-0/+1
| |
* | Typo fixup (from Colin Faber).arjen@fred.bitbike.com2002-03-151-0/+1
| |
* | post-merge fixupsasha@mysql.sashanet.com2002-03-011-0/+1
| |
* | Patched conversion system to generate well-formed XMLzak@linux.local2002-02-151-0/+1
| |
* | BK makes me problems. Sinisa@sinisa.nasamreza.org2002-02-011-0/+1
| | | | | | | | | | | | | | I did not know I can't do chmod ... So, it killed some of my changes. But I am smarter, and as I have first saved my work, before BK ruined it, so here it comes ...
* | New changes for DocBook XML output filter.arjen@co3064164-a.bitbike.com2002-01-301-0/+1
| | | | | | | | Added Docs/Support/make-docbook script, to work without makefile.
* | Ugly merge! But I am not done yet - there are a number of things I need to fixsasha@mysql.sashanet.com2002-01-191-1/+7
|\ \ | | | | | | | | | before I can push
| * | Here comes a nasty patch, although I am not ready to push it yet. I willsasha@mysql.sashanet.com2002-01-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class.
* | | Add support for NULL=NULL in keys (Used in GROUP BY optimization)monty@hundin.mysql.fi2002-01-161-0/+1
| | | | | | | | | | | | | | | | | | Add ISAM to Windows version Fix of test results Fixes for NULL keys in HEAP tables.
* | | Changes for the BitKeeper resolve.Sinisa@sinisa.nasamreza.org2001-12-261-0/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | One more notice: limiting number of queries per hour for different users has been done on 4.0.1 , but I can port it to 3.23.* This will require only certain changes, like number of columns in user table. I will also make a test case for it, after it is approved by Monty, as result file will depend on the error message text.
| * | | This is a large push. Included are :Sinisa@sinisa.nasamreza.org2001-12-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * multi-table updates * new paid feature for limiting number of queries per hour for users * optional syntax for multi-table deletes * optimization for SQL_CALC_FOUND_ROWS * a small addition for CREATE .. SELECT that will be of future use I know that all this will require many additions to documentation, which I have not done, but I am at Arjen's disposal to help him document all this.
* | | | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-12-251-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | into mysql.sashanet.com:/reiser-data/mysql-4.0-stable
| * | | | some work on mysql_installsasha@mysql.sashanet.com2001-12-251-0/+1
| | | | |
* | | | | Mergeserg@serg.mysql.com2001-12-211-2/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mysql_fix_extensions addedserg@serg.mysql.com2001-12-191-0/+1
| | |/ / | |/| |
* | | | Fix after mergemonty@hundin.mysql.fi2001-12-171-0/+1
|/ / /
* | | Fixed fulltext after merge from 3.23.45monty@hundin.mysql.fi2001-11-221-0/+1
| | | | | | | | | | | | First (incomplete) version of transaction and as3ap tests.
* | | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-071-0/+2
|\ \ \ | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| * \ \ Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2001-11-031-16/+18
| |\ \ \ | | | | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
| | * | | more work on IO_CACHEsasha@mysql.sashanet.com2001-11-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | portability fixes for systems with broken syscalls that do not interrupt on a signal temporary commit - will not be pushed, need to sync up
* | | | | Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0monty@bitch.mysql.fi2001-11-051-0/+3
|\ \ \ \ \
| * \ \ \ \ Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0monty@bitch.mysql.fi2001-10-111-0/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0monty@bitch.mysql.fi2001-10-081-0/+3
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge hundin:/my/mysql-4.0 into bitch.mysql.fi:/my/mysql-4.0monty@bitch.mysql.fi2001-09-191-10/+13
| | |\ \ \ \ \ \
| | | * | | | | | Better purify informationmonty@bitch.mysql.fi2001-09-191-0/+3
| | | | | | | | |
* | | | | | | | | merge with 3.23.44monty@hundin.mysql.fi2001-11-041-16/+16
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Fixed problem with t1 LEFT_JOIN t2 ... WHERE t2.date_column IS NULL when ↵monty@hundin.mysql.fi2001-11-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | date_column is declared as NOT NULL.
* | | | | | | | Remove bdb/include/*_ext.h from revision control. They aretim@black.box2001-11-011-0/+15
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | generated automatically.
* | | | | | | Improve libmsyql_r and libmysqld sections of manual.tim@black.box2001-10-291-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2001-10-191-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
| * | | | | | Unchecked changes, so that I could run mysql-test.Sinisa@sinisa.nasamreza.org2001-10-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | If I ruined anything, write your complaints to sasha@mysql.com
* | | | | | | Another reserved words fixup.Administrator@co3064164-a.rochd1.qld.optushome.com.au2001-10-191-0/+1
| | | | | | |
* | | | | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0monty@hundin.mysql.fi2001-10-171-1/+3
|\ \ \ \ \ \ \ | |/ / / / / /