summaryrefslogtreecommitdiff
path: root/.bzrignore
Commit message (Collapse)AuthorAgeFilesLines
* - minor fixups (no more warnings)lenz@mysql.com2003-04-291-0/+4
| | | | | | - the preferred mailing list is internals@ not dev-public@ (this is a public document) - Rather use the 4.1 tree for new development (4.0 is frozen)
* - Updated innodb test results on Heikki's request (InnoDB now supportslenz@mysql.com2003-04-251-0/+1
| | | | ANALYZE TABLE)
* Merge to get fix for LOCK TABLES + DROP TABLE in another threadmonty@mashka.mysql.fi2003-03-071-6/+8
|\
| * fixed Field::eq() to work with CHAR(0) fieldsserg@serg.mysql.com2003-03-041-0/+2
| |
* | Ignore some automaticly generated filesmonty@narttu.mysql.fi2003-02-251-0/+3
| |
* | count(distint) on an empty table crash fixedserg@sergbook.mysql.com2003-02-101-0/+2
| |
* | After merge fixmonty@mashka.mysql.fi2003-01-171-0/+1
| |
* | Merge with 3.23monty@mashka.mysql.fi2002-12-051-13/+13
|\ \ | |/
| * A fix for double free'd pointer bug ...Sinisa@sinisa.nasamreza.org2002-12-041-0/+2
| |
| * - Applied required modifications for automake 1.5lenz@mysql.com2002-11-171-0/+9
| | | | | | | | - "make distcheck" needs to be fixed
* | improvement crash-mewalrus@mysql.com2002-11-291-0/+1
| |
* | Add the ChangeSet id to Subject: in all emails.pem@mysql.com2002-11-271-0/+12
| |
* | Merge mysql.com:/space/my/mysql-4.0lenz@mysql.com2002-11-181-3/+12
|\ \ | | | | | | | | | into mysql.com:/space/my/mysql-4.0-build
| * | - Tagged ChangeSet 1.1400.1.3 as "mysql-4.0.5"lenz@mysql.com2002-11-181-0/+9
| | | | | | | | | | | | | | | - bumped up version number in configure.in - fixed a typo in test-create.sh
* | | Small improvement to alloc_rootmonty@mashka.mysql.fi2002-11-161-0/+3
|/ / | | | | | | | | | | | | | | | | Add support for LIMIT # OFFSET # Changed lock handling: Now all locks should be stored in TABLE_LIST instead of passed to functions. Don't call query_cache_invalidate() twice in some cases mysql_change_user() now clears states to be equal to close + connect. Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES Fixed a bug with replicate-do and UPDATE
* | mergedserg@serg.mysql.com2002-11-091-2/+3
|\ \ | |/
| * IGNORE/USE INDEX now work with HA_EXTRA_KEYREADserg@serg.mysql.com2002-11-091-0/+1
| |
* | Added --skip-safemalloc to mysqltestmonty@mashka.mysql.fi2002-10-291-0/+2
| | | | | | | | | | | | | | | | Added bug fix from 3.23 for AIX 4.3.3 and gcc 3.x Small change in EXCHANGE output Propagate open-files-limit from mysqld_safe -> mysqld Fixed speed bug in GROUP BY Added quotes around database name in CREATE DATABASE db_name (for binary log)
* | 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
| | |/ / | |/| |