Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | sometimes the server lags behind the client on startup - to fix, if the initi... | sasha@mysql.sashanet.com | 2001-04-03 | 1 | -2/+21 | |
* | | Merge mysql.sashanet.com:/home/sasha/src/bk/mysql | sasha@mysql.sashanet.com | 2001-04-02 | 8 | -14/+59 | |
|\ \ | ||||||
| * | | got --with-other-libc to work, finally | sasha@mysql.sashanet.com | 2001-04-02 | 7 | -15/+59 | |
* | | | Removed deleted tests | monty@donna.mysql.fi | 2001-04-02 | 1 | -1/+1 | |
* | | | Fixed up mysql-max spec file | monty@donna.mysql.fi | 2001-04-02 | 4 | -167/+28 | |
* | | | Cleanup of manual | monty@donna.mysql.fi | 2001-04-02 | 2 | -24/+115 | |
* | | | merge | monty@donna.mysql.fi | 2001-04-02 | 26 | -732/+870 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Added INNODB as a synonym for INNOBASE | monty@donna.mysql.fi | 2001-04-02 | 9 | -60/+98 | |
| * | | Fixed bug in ALTER TABLE | monty@donna.mysql.fi | 2001-04-01 | 18 | -676/+775 | |
* | | | Fixed typos in manual.texi. | jcole@abel.spaceapes.com | 2001-04-01 | 1 | -71/+71 | |
* | | | Lots of corrections and cleanups to manual.texi. | jcole@abel.spaceapes.com | 2001-03-31 | 2 | -340/+385 | |
* | | | manual.texi Mirror maintenance. | mwagner@evoq.mwagner.org | 2001-03-30 | 2 | -7/+9 | |
* | | | Made the manual pretty in HTMLHELP format. | jcole@abel.spaceapes.com | 2001-03-30 | 2 | -186/+232 | |
|/ / | ||||||
* | | Added check to isolation test if Gemini is used | monty@donna.mysql.fi | 2001-03-28 | 1 | -23/+2 | |
* | | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql | monty@donna.mysql.fi | 2001-03-28 | 7 | -14/+57 | |
|\ \ | |/ |/| | ||||||
| * | Let ALTER TABLE and LOAD DATA INFILE use sorting to create index | monty@donna.mysql.fi | 2001-03-28 | 6 | -14/+56 | |
* | | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-03-27 | 6 | -19/+104 | |
|\ \ | ||||||
| * | | I was wrong about concurrent insert issue in rpl000016 - it still failed | sasha@mysql.sashanet.com | 2001-03-27 | 5 | -19/+103 | |
* | | | log0log.c Failure to create or open the archive log file now results in exit(1) | heikki@donna.mysql.fi | 2001-03-27 | 2 | -3/+12 | |
* | | | os0thread.c Added &attr to os_thread_create to get in compile on HP-UX | heikki@donna.mysql.fi | 2001-03-27 | 1 | -1/+1 | |
* | | | Merge heikki@work.mysql.com:/home/bk/mysql | heikki@donna.mysql.fi | 2001-03-27 | 4 | -3/+3 | |
|\ \ \ | ||||||
| * | | | data0data.c Small changes to eliminate some asserts in the debug version | heikki@donna.mysql.fi | 2001-03-27 | 3 | -3/+2 | |
* | | | | Created an isolation test for testing isolation levels. | ccarkner@nslinuxw10.bedford.progress.com | 2001-03-27 | 3 | -6/+291 | |
| |_|/ |/| | | ||||||
* | | | Fixed bug in lock tables introduced by shared locks. | monty@donna.mysql.fi | 2001-03-27 | 4 | -1/+30 | |
| |/ |/| | ||||||
* | | worked around gcc bug to make compile-pentium-gcov work | sasha@mysql.sashanet.com | 2001-03-26 | 4 | -1/+18 | |
* | | Fix a crash in Innobase with tables with many columns and a range query | monty@donna.mysql.fi | 2001-03-26 | 52 | -10901/+15 | |
* | | Removed select.res file | monty@donna.mysql.fi | 2001-03-26 | 1 | -0/+1 | |
|/ | ||||||
* | Added test case that crashed Innobase | monty@donna.mysql.fi | 2001-03-26 | 21 | -209/+281 | |
* | Fixed problem with Innobase and signals on Solaris | monty@donna.mysql.fi | 2001-03-26 | 3 | -36/+45 | |
* | Changed pthread_mutex_init() to use new MY_MUTEX_INIT.. macro | monty@donna.mysql.fi | 2001-03-26 | 20 | -44/+44 | |
* | Updating changelog | monty@donna.mysql.fi | 2001-03-25 | 2 | -1/+8 | |
* | sql/mysqld.cc | sasha@mysql.sashanet.com | 2001-03-24 | 2 | -2/+11 | |
* | Fixed bug in send in mysqltest | monty@donna.mysql.fi | 2001-03-25 | 41 | -74/+114 | |
* | Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql | monty@donna.mysql.fi | 2001-03-24 | 11 | -126/+129 | |
|\ | ||||||
| * | Added defines for fast mutex in glibc 2.2 (should be safe) | monty@donna.mysql.fi | 2001-03-24 | 12 | -127/+130 | |
* | | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2001-03-24 | 4 | -3/+9 | |
|\ \ | |/ |/| | ||||||
| * | bug with mysql_change_db() fixed | serg@serg.mysql.com | 2001-03-21 | 4 | -3/+5 | |
* | | added test case for the nasty join query crash | sasha@mysql.sashanet.com | 2001-03-23 | 2 | -1/+164 | |
* | | Merge work:/home/bk/mysql | sasha@mysql.sashanet.com | 2001-03-23 | 4 | -23/+56 | |
|\ \ | ||||||
| * | | fixes to get flush test to work only to discover another bug in flush | sasha@mysql.sashanet.com | 2001-03-23 | 4 | -23/+56 | |
* | | | manual.texi Fix up. | mwagner@evoq.mwagner.org | 2001-03-23 | 1 | -1/+1 | |
|/ / | ||||||
* | | manual.texi One more mirror. | mwagner@evoq.mwagner.org | 2001-03-23 | 1 | -2/+7 | |
* | | manual.texi Mirror listing maintenance. | mwagner@evoq.mwagner.org | 2001-03-23 | 2 | -5/+10 | |
* | | Fixed bug with FLUSH TABLES when using temporary tables | monty@tik.mysql.fi | 2001-03-23 | 2 | -14/+5 | |
* | | Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql | monty@tik.mysql.fi | 2001-03-23 | 14 | -39/+179 | |
|\ \ | ||||||
| * | | Test case for bug when updating on key | monty@tik.mysql.fi | 2001-03-23 | 14 | -40/+179 | |
* | | | fixed bug on re-open of temp tables after FLUSH in the middle of open | sasha@mysql.sashanet.com | 2001-03-22 | 3 | -0/+24 | |
* | | | Changes to make it compile again | sasha@mysql.sashanet.com | 2001-03-22 | 4 | -5/+5 | |
* | | | acinclude.m4 Removed redundant Gemini check section | mikef@nslinuxw4.bedford.progress.com | 2001-03-22 | 2 | -43/+1 | |
|/ / | ||||||
* | | Add support for Gemini table handler, Monty has checked and approved | mikef@nslinux.bedford.progress.com | 2001-03-21 | 24 | -24/+3946 |