summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added my_getopt struct and modified myisamchk to the bk tree.jani@rhols221.adsl.netsonic.fi2002-01-257-187/+658
|
* Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2002-01-249-58/+212
|\ | | | | | | into mysql.sashanet.com:/reiser-data/mysql-4.0
| * more predicatable slave behaviour with wait_for_slave_stop in mysqltestsasha@mysql.sashanet.com2002-01-249-58/+212
| | | | | | | | | | | | fixed a couple of bugs with SEQ_READ_APPEND cache rpl000016 still has non-deterministic result, but I am going to commit and push since what I have is now better than what is in the main repository
* | manual.texi change notes cleanuppaul@teton.kitebird.com2002-01-241-22/+22
| |
* | Added SQL dump of our sample database 'world'.arjen@co3064164-a.bitbike.com2002-01-241-0/+5386
| |
* | ODBC compliance level updated 2 -> 3.51arjen@co3064164-a.bitbike.com2002-01-241-1/+1
| |
* | Corrected typo: CALC_FOUND_ROWS should be SQL_CALC_FOUND_ROWS.arjen@co3064164-a.bitbike.com2002-01-241-5/+5
| |
* | Merge jamppa@work:/home/bk/mysql-4.0/jani@hynda.mysql.fi2002-01-231-3/+3
|\ \ | |/ |/| | | into hynda.mysql.fi:/data/my/bk/mysql-4.0-quick-fixes
| * Fixed a bug in mysqldump.cjani@hynda.mysql.fi2002-01-231-3/+3
| |
* | Merge work:/home/bk/mysql-4.0sasha@mysql.sashanet.com2002-01-223-11/+85
|\ \ | |/ | | | | into mysql.sashanet.com:/reiser-data/mysql-4.0
| * manual.texi:tom@basil-firewall.home.com2002-01-222-1/+2
| | | | | | | | Added a comment for Tfr; Test for Tom
| * manual.texi:heikki@donna.mysql.fi2002-01-221-10/+78
| | | | | | | | Add nore info to make InnoDB installation easier
| * mirrors.texi:tfr@sarvik.tfr.cafe.ee2002-01-211-0/+5
| | | | | | | | Update mirror listing
* | post-merge fixes, including slave-skip-errors backportsasha@mysql.sashanet.com2002-01-2211-47/+71
| | | | | | | | | | | | | | fixed too quick timeout in mysql-test-run which caused a race with the new server getting started before the old one completely finished shutdown. This should fix the pid warning we've been getting as well as inconsistent results when running tests with the manager
* | Ugly merge! But I am not done yet - there are a number of things I need to fixsasha@mysql.sashanet.com2002-01-1939-1558/+2988
|\ \ | |/ |/| | | before I can push
| * Here comes a nasty patch, although I am not ready to push it yet. I willsasha@mysql.sashanet.com2002-01-1939-1035/+2467
| | | | | | | | | | | | | | | | | | | | 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.
* | Merge arjen@work.mysql.com:/home/bk/mysql-4.0arjen@co3064164-a.bitbike.com2002-01-181-2/+2
|\ \ | | | | | | | | | into co3064164-a.bitbike.com:/home/arjen/mysql-4.0
| * | InnoDB stable version adjustment (from Heikki).arjen@co3064164-a.bitbike.com2002-01-181-2/+2
| | |
* | | manual.texi fix for colons in TIME being referred to as semicolonspaul@teton.kitebird.com2002-01-171-2/+2
|/ /
* | normal maintenance. Nothing for Arjen ...Sinisa@sinisa.nasamreza.org2002-01-172-1/+3
| |
* | Training/Consulting/etc fixes from Bertrand.arjen@co3064164-a.bitbike.com2002-01-171-395/+422
| | | | | | | | | | | | | | MySQL trademark fixups in chapter 1. Portals info updated. InnoDB stability info clarified. Copyright year updated (2002).
* | Mergemonty@hundin.mysql.fi2002-01-1615-64/+126
|\ \
| * | Move HA_EXTRA_NO_READCHECK to ha_openmonty@hundin.mysql.fi2002-01-1615-64/+126
| | | | | | | | | | | | Fixed bug in multi-table-delete
* | | some small changes for MULTI-TABLE updates and other little fixesSinisa@sinisa.nasamreza.org2002-01-163-88/+70
| | |
* | | mirrors.texi:tfr@sarvik.tfr.cafe.ee2002-01-161-2/+5
|/ / | | | | | | Update French mirror
* | mergemonty@hundin.mysql.fi2002-01-1646-246/+839
|\ \
| * | Add support for NULL=NULL in keys (Used in GROUP BY optimization)monty@hundin.mysql.fi2002-01-1621-103/+297
| | | | | | | | | | | | | | | | | | Add ISAM to Windows version Fix of test results Fixes for NULL keys in HEAP tables.
| * | Added support of null keys in HEAP tablesmonty@tik.mysql.fi2002-01-1231-148/+547
| | | | | | | | | | | | Added ORDER BY optimization
* | | manual.texi:mwagner@cash.mwagner.org2002-01-141-0/+6
| | | | | | | | | | | | Added the MyCC list
* | | Merge work:/home/bk/mysql-4.0serg@serg.mysql.com2002-01-142-0/+7
|\ \ \ | | | | | | | | | | | | into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0
| * | | ftb-bugfixserg@serg.mysql.com2002-01-142-0/+7
| | | |
* | | | Fix, myisampack does support TEXT/BLOB according to texts elsewhere (comment ↵arjen@co3064164-a.bitbike.com2002-01-141-2/+1
|/ / / | | | | | | | | | from antoine.pichot@int-evry.fr).
* | | ft-bugfix (UPDATE something -> NULL)serg@serg.mysql.com2002-01-133-2/+4
| | |
* | | Mergeserg@serg.mysql.com2002-01-1328-203/+879
|\ \ \
| * | | mysqldump.c:mwagner@cash.mwagner.org2002-01-132-2/+3
| | | | | | | | | | | | | | | | Added missing 'Q' for -Q option
| * | | Some changes in multi-table deletes, with some speed-ups and Sinisa@sinisa.nasamreza.org2002-01-125-31/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | incorporations of the new stuff. When Monty approves / corrects it, I will "port" it to multi-table updates.
| * | | Merge abelkin@work.mysql.com:/home/bk/mysql-4.0bell@sanja.is.com.ua2002-01-124-22/+59
| |\ \ \ | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/mysql-4
| | * | | New result block allocation strategybell@sanja.is.com.ua2002-01-124-22/+59
| | | | |
| * | | | manual.texi Added CAST and CONVERT descriptions into the release noteskaj@work.mysql.com2002-01-122-1/+5
| |/ / /
| * | | Win32 Embedded Server Changesmiguel@light.local2002-01-097-67/+207
| | | |
| * | | Little fixups in change log.arjen@co3064164-a.bitbike.com2002-01-091-3/+3
| | | |
| * | | Merge sinisa@work.mysql.com:/home/bk/mysql-4.0Sinisa@sinisa.nasamreza.org2002-01-081-1/+0
| |\ \ \ | | | | | | | | | | | | | | | into sinisa.nasamreza.org:/mnt/hdc/Sinisa/mysql-4.0
| | * | | A small fix for a VERY small Monty's bug ...Sinisa@sinisa.nasamreza.org2002-01-081-1/+0
| | | | |
| * | | | mirrors.texi:tfr@sarvik.tfr.cafe.ee2002-01-081-0/+1
| |/ / / | | | | | | | | | | | | Update mirror listing
| * | | Typo fixingbell@sanja.is.com.ua2002-01-081-1/+1
| | | |
| * | | Merge abelkin@work.mysql.com:/home/bk/mysql-4.0bell@sanja.is.com.ua2002-01-081-40/+19
| |\ \ \ | | | | | | | | | | | | | | | into sanja.is.com.ua:/home/bell/mysql/work
| | * | | TODO reorganizationbell@sanja.is.com.ua2002-01-081-40/+19
| | |/ /
| * | | mirrors.texi:tfr@sarvik.tfr.cafe.ee2002-01-071-0/+1
| | | | | | | | | | | | | | | | Update mirror listing
| * | | mirrors.texi:tfr@sarvik.tfr.cafe.ee2002-01-074-1/+362
| |/ / | | | | | | | | | | | | | | | Updated mirror listing slovenia.eps, slovenia.gif, slovenia.txt: new file
| * | Make query cache code independent of the MYSQL_SERVER define.monty@hundin.mysql.fi2002-01-061-3/+3
| | | | | | | | | | | | This fixes the query cache problem on windows.