Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All statements are now run in a sub transaction | monty@donna.mysql.com | 2000-11-24 | 58 | -89/+201 |
* | Merge work.mysql.com:/home/bk/mysql | sasha@mysql.sashanet.com | 2000-11-22 | 6 | -16/+86 |
|\ | |||||
| * | mysql-test/mysql-test-run | sasha@mysql.sashanet.com | 2000-11-22 | 6 | -16/+86 |
* | | Change storage of execution flags from thd->options to thd->lex.options | monty@donna.mysql.com | 2000-11-22 | 4 | -7/+8 |
* | | Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql | monty@donna.mysql.com | 2000-11-22 | 43 | -6/+61 |
|\ \ | |/ |/| | |||||
| * | Split error message for crashed table to 3 different error messages. | monty@donna.mysql.com | 2000-11-22 | 43 | -6/+61 |
* | | client/mysqltest.c | sasha@mysql.sashanet.com | 2000-11-21 | 1 | -1/+8 |
|/ | |||||
* | Fixed compilation in another dir | monty@donna.mysql.com | 2000-11-21 | 1 | -1/+1 |
* | Merge work.mysql.com:/home/bk/mysql | sasha@mysql.sashanet.com | 2000-11-20 | 2 | -6/+8 |
|\ | |||||
| * | Fixed problem with auto-repair of MyISAM tables | monty@donna.mysql.com | 2000-11-21 | 2 | -6/+8 |
* | | fixed warning in sql_class.cc | sasha@mysql.sashanet.com | 2000-11-20 | 6 | -11/+99 |
|/ | |||||
* | Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql | monty@donna.mysql.com | 2000-11-20 | 9 | -28/+52 |
|\ | |||||
| * | Bug fix for NATURAL JOIN, Split manual sections and more statistic variables | monty@donna.mysql.com | 2000-11-20 | 9 | -28/+52 |
* | | Merge work.mysql.com:/home/bk/mysql | tim@work.mysql.com | 2000-11-19 | 1 | -2/+3 |
|\ \ | |/ |/| | |||||
| * | ha_berkeley.cc fixed misleading comment | tim@work.mysql.com | 2000-11-15 | 2 | -3/+4 |
* | | Fixed some reported bugs | monty@donna.mysql.com | 2000-11-18 | 7 | -43/+44 |
* | | one more fix for Intvar 22 offset mystery bug | sasha@mysql.sashanet.com | 2000-11-17 | 1 | -1/+1 |
* | | fixed bugs in delayed insert replication and when slave loses connection afte... | sasha@mysql.sashanet.com | 2000-11-17 | 2 | -1/+11 |
* | | Portability fixes | monty@donna.mysql.com | 2000-11-18 | 8 | -48/+52 |
* | | Merge work:/home/bk/mysql into donna.mysql.com:/home/my/bk/mysql | monty@donna.mysql.com | 2000-11-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | Fixed bug with text key compares in BDB | monty@donna.mysql.com | 2000-11-17 | 1 | -1/+1 |
* | | | fixed bugs in IO_CACHE and Load_event constructor. The code now passes | sasha@mysql.sashanet.com | 2000-11-16 | 2 | -11/+16 |
* | | | Merge work.mysql.com:/home/bk/mysql | sasha@mysql.sashanet.com | 2000-11-16 | 4 | -6/+11 |
|\ \ \ | |/ / |/| | | |||||
| * | | sql/log.cc | sasha@mysql.sashanet.com | 2000-11-16 | 4 | -6/+11 |
* | | | Fixes for bugs in the usage of IO_CACHE | monty@narttu.mysql.fi | 2000-11-17 | 13 | -50/+45 |
* | | | merge | monty@narttu.mysql.fi | 2000-11-16 | 4 | -22/+31 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fixes for IO_CACHE | monty@donna.mysql.com | 2000-11-16 | 4 | -21/+32 |
* | | | Merge work.mysql.com:/home/bk/mysql | sasha@mysql.sashanet.com | 2000-11-16 | 1 | -15/+26 |
|\ \ \ | |||||
| * \ \ | Merge | serg@serg.mysql.com | 2000-11-16 | 1 | -15/+26 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | item_func.cc bugfix - two fulltext indices were not working sometimes | serg@serg.mysql.com | 2000-11-16 | 1 | -15/+26 |
| | |/ | |||||
* | | | BUILD/compile-pentium-debug | sasha@mysql.sashanet.com | 2000-11-16 | 2 | -14/+23 |
* | | | merged | sasha@mysql.sashanet.com | 2000-11-15 | 29 | -971/+1031 |
|\ \ \ | |/ / | |||||
| * | | changed to use IO_CACHE instead of FILE | monty@donna.mysql.com | 2000-11-16 | 3 | -120/+127 |
| * | | merge | monty@narttu.mysql.fi | 2000-11-16 | 29 | -848/+900 |
| |\ \ | | |/ | |/| | |||||
| | * | changed to use IO_CACHE instead of FILE | monty@narttu.mysql.fi | 2000-11-15 | 13 | -716/+708 |
| | * | Bug fixes, TRUNCATE, safer passwords on command line and connect timeout | monty@tik.mysql.com | 2000-11-13 | 17 | -137/+189 |
| | * | Fixed bug with ORDER BY on BDB tables. | monty@tik.mysql.com | 2000-10-26 | 5 | -9/+28 |
* | | | sql/slave.cc | sasha@mysql.sashanet.com | 2000-11-15 | 1 | -4/+15 |
* | | | repl-tests/test-repl-ts/repl-timestamp.master.reject | sasha@mysql.sashanet.com | 2000-11-13 | 13 | -31/+132 |
|/ / | |||||
* | | Merge jcole@work.mysql.com:/home/bk/mysql | jcole@tetra.spaceapes.com | 2000-11-11 | 7 | -18/+56 |
|\ \ | |||||
| * | | Whoops, forgot to update sql/ChangeLog. | jcole@tetra.bedford.progress.com | 2000-11-11 | 1 | -0/+4 |
| * | | Added ALTER TABLE ... ORDER BY ... | jcole@tetra.bedford.progress.com | 2000-11-11 | 6 | -18/+52 |
* | | | laptop commit - bk wants me commit again! | sasha@laptop.slkc.uswest.net | 2000-11-11 | 1 | -22/+22 |
* | | | laptop commit | sasha@laptop.slkc.uswest.net | 2000-11-11 | 3 | -2/+10 |
* | | | laptop commit, syncing with the repostitory. Fixed some bad bugs in replication | sasha@laptop.slkc.uswest.net | 2000-11-11 | 8 | -86/+135 |
|/ / | |||||
* | | Changes to make ALTER TABLE and DELETE FROM TABLE work properly | tim@threads.polyesthetic.msg | 2000-11-07 | 2 | -2/+4 |
* | | Merge work:/home/bk/mysql | tim@threads.polyesthetic.msg | 2000-11-07 | 3 | -6/+7 |
|\ \ | |||||
| * | | sql_parse.cc test for changing to auto_commit mode was backwards | tim@threads.polyesthetic.msg | 2000-11-07 | 3 | -6/+7 |
* | | | Merge work.mysql.com:/home/bk/mysql | sasha@mysql.sashanet.com | 2000-11-06 | 7 | -5/+29 |
|\ \ \ | |/ / |/| | | |||||
| * | | sql/item_strfunc.cc | sasha@mysql.sashanet.com | 2000-11-06 | 7 | -5/+29 |