summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* FLUSH TABLE table_listmonty@donna.mysql.com2000-08-2258-400/+502
| | | | | Fixes for RENAME TABLE Portability fixes
* Merge of last changesmonty@donna.mysql.com2000-08-214-59/+208
|
* Merge monty@work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2000-08-2166-280/+544
|\
| * RENAME TABLE table_name TO new_table_name ; Faster Allocmonty@donna.mysql.com2000-08-2166-280/+544
| | | | | | | | Small bug fixes
* | Merge jcole@jcole:/home/jcole/bk/mysqljcole@tetra.spaceapes.com2000-08-191-0/+6
|\ \ | | | | | | | | | into tetra.spaceapes.com:/usr/home/jcole/bk/mysql
| * | mysql.spec.sh - added libmysqlclient_rtim@work.mysql.com2000-08-191-0/+6
| | |
* | | Language Corrections.jcole@tetra.spaceapes.com2000-08-192-16/+18
|/ /
* | Change the behavior of --enable-thread-safe-client. It now buildstim@localhost.polyesthetic.msg2000-08-186-82/+154
|/ | | | both a non-threaded libmysqlclient and a threaded libmysqlclient_r.
* Merge monty@work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysqlmonty@donna.mysql.com2000-08-185-17/+55
|\
| * Force bitkeeper into syncmonty@donna.mysql.com2000-08-185-17/+55
| |
* | myisam/ft_* bugfixserg@infomag.ape.relarn.ru2000-08-183-2/+5
|/
* Mergemonty@donna.mysql.com2000-08-1870-37/+1421
|\
| * Removed blanksmonty@donna.mysql.com2000-08-181-23/+23
| |
| * Updated benchmark and results for PostgreSQL 7.0.2monty@donna.mysql.com2000-08-1869-38/+1421
| | | | | | | | | | Added more status to the MyISAM files to avoid checking files that has already been checked.
* | Mergeserg@infomag.ape.relarn.ru2000-08-1718-81/+158
|\ \
| * \ Merge tim@work:/home/bk/mysqltim@localhost.polyesthetic.msg2000-08-161-0/+1
| |\ \ | | |/ | |/| | | | into localhost.polyesthetic.msg:/usr/local/src/my/work
| | * Server core dumped if ALTER TABLE SET DEFAULT was called on a blobtim@localhost.polyesthetic.msg2000-08-161-0/+5
| | | | | | | | | | | | field.
| * | Mergemonty@donna.mysql.com2000-08-1713-73/+150
| |\ \
| | * | Additions for CHECK table + update of benchmarksmonty@donna.mysql.com2000-08-1713-68/+141
| | | |
| * | | Fix "dosen't" for someone who mailed us. :)jcole@jcole.burghcom.com2000-08-168-10/+11
| | | |
* | | | Many MATCH'es per query now allowed (i.e. AND's and OR's now work, butserg@infomag.ape.relarn.ru2000-08-1710-116/+121
| | | | | | | | | | | | | | | | | | | | slow - full table scan); ORDER BY now works with MATCH (slow, full table scan)
* | | | Mergeserg@infomag.ape.relarn.ru2000-08-1611-70/+101
|\ \ \ \ | |/ / /
| * | | updated changes in the manualsasha@mysql.sashanet.com2000-08-151-0/+8
| |/ /
| * | Delayed keys + portability fixesmonty@donna.mysql.com2000-08-168-14/+40
| | |
| * | Merge work:/home/bk/mysqlsasha@mysql.sashanet.com2000-08-152-55/+52
| |\ \ | | | | | | | | | | | | into mysql.sashanet.com:/home/sasha/src/bk/mysql
| | * | Language corrections to:jcole@jcole.burghcom.com2000-08-153-55/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | manual.texi internals.texi In the wake of Monty's latest revisions. :)
| * | | fix for the fatal bug in LOAD TABLE FROM MASTERsasha@mysql.sashanet.com2000-08-152-2/+1
| | | |
| * | | testing bk/make for Montysasha@mysql.sashanet.com2000-08-151-1/+1
| | | |
| * | | bookkeepingsasha@mysql.sashanet.com2000-08-152-0/+2
| |\ \ \ | | |/ / | |/| |
| | * | another bookkeeping commit - will not be pushedsasha@mysql.sashanet.com2000-08-151-0/+1
| | | |
| | * | bookkeeping commit - bk will not let me pull Monty's changes until I commit ↵sasha@mysql.sashanet.com2000-08-151-3/+4
| | |/ | | | | | | | | | mine to my repository - this will not be pushed
* | | Mergeserg@infomag.ape.relarn.ru2000-08-1567-634/+799
|\ \ \ | |/ /
| * | Removed automaticly created files from Bitkeepermonty@donna.mysql.com2000-08-150-0/+0
| | |
| * | Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-1567-636/+788
| |/
* | logging_ok Logging to logging@openlogging.org acceptedserg@infomag.ape.relarn.ru2000-08-151-0/+1
| |
* | PART I: Keys support for MyMERGE tablesserg@infomag.ape.relarn.ru2000-08-1427-38/+519
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | myisammrg/ | Makefile.am | mymrgdef.h | support for keys myrg_open.c | & myrg_queue.c | bugfixes myrg_rfirst.c | myrg_rkey.c | myrg_rlast.c | myrg_rnext.c | myrg_rprev.c | myrg_rrnd.c | include/myisammrg.h | rkey/rnext/etc prototyped sql/ | ha_myisammrg.cc | support for keys ha_myisammrg.h | myisam/ | mi_rkey.c | buf==NULL extension, _mi_rkey() mi_rnext.c | mi_rprev.c | include/queues.h | reinit_queue() - same as init_queue, but w/o malloc mysys/queues.c | PART II: Miscellaneous myisam/common_words | deleted (looks like I checked it in by mistake) some files (like acconfig.h, Makefile.am, COPYING.LIB, etc) | Change mode to -rw-r--r-- (by `chmod a-x ')
* Various fixups, readability improved.jcole@jcole.burghcom.com2000-08-111-37/+45
|
* Aesthetic changes only.jcole@jcole.burghcom.com2000-08-112-93/+98
|
* A bunch of changes to the manual.jcole@jcole.burghcom.com2000-08-111-119/+173
| | | | | Spelling, grammar, updating. Basic Maintenance.
* Small change to manual, testing BitKeeperjcole@jcole.burghcom.com2000-08-102-1/+2
|
* Automatically detect HAVE_INT_8_16_32.tim@localhost.polyesthetic.msg2000-08-103-6/+31
|
* Use @HOSTNAME@ instead of hardcoded /bin/hostname.tim@localhost.polyesthetic.msg2000-08-093-11/+10
|
* Add const to [my_]sigwait() arg, to make all declarations match.tim@localhost.polyesthetic.msg2000-08-092-3/+3
|
* added sleep to allow time for replication to the alter table testsasha@mysql.sashanet.com2000-08-071-1/+2
|
* fixed coredump in UDFsasha@mysql.sashanet.com2000-08-074-7/+27
| | | | | added Monty's patch for alter table and LAST_INSERT_ID() added a test case for replication of ALTER TABLE on a table with auto_increment
* Make BerkeleyDB configuration work.tim@localhost.polyesthetic.msg2000-08-031-3/+2
|
* Fixed the mess created when I did LOD branch on accidentsasha@mysql.sashanet.com2000-08-021-1/+1
|
* fixed logging oksasha@mysql.sashanet.com2000-08-021-0/+12
|
* Fix typos that gcc allowed but other compilers choke on.tim@localhost.polyesthetic.msg2000-08-022-7/+5
|
* Mergesasha@work.mysql.com2000-08-021-0/+1
|