Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | multithreaded repair-by-sort code | serg@serg.mysql.com | 2002-06-19 | 1 | -8/+110 |
* | Changed GET_STRALC to GET_STR_ALLOC | jani@rhols221.adsl.netsonic.fi | 2002-05-15 | 1 | -6/+7 |
* | Some bug fixes. | jani@rhols221.adsl.netsonic.fi | 2002-05-15 | 1 | -2/+6 |
* | - Added new type GET_STRALC to my_getopt. | jani@rhols221.adsl.netsonic.fi | 2002-05-14 | 1 | -2/+9 |
* | Fixed some bugs and added support for --loose-set-variable | jani@rhols221.adsl.netsonic.fi | 2002-05-13 | 1 | -24/+23 |
* | Merge jcole@work.mysql.com:/home/bk/mysql-4.0 | jcole@mugatu.spaceapes.com | 2002-05-12 | 8 | -67/+207 |
|\ | |||||
| * | - Fixed some option types in my_getopt struct in all clients. | jani@dsl-jkl1657.dial.inet.fi | 2002-05-11 | 1 | -12/+27 |
| * | Fixed some bugs in my_getopt.c, added functionality for new GET_* | jani@rhols221.adsl.netsonic.fi | 2002-05-07 | 1 | -37/+148 |
| * | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 | monty@hundin.mysql.fi | 2002-04-29 | 1 | -8/+8 |
| |\ | |||||
| | * | Fixed that enable-reads-from-master and repl-parse-query works in option files. | monty@hundin.mysql.fi | 2002-04-29 | 1 | -8/+8 |
| * | | Merge work:/home/bk/mysql-4.0 | serg@serg.mysql.com | 2002-04-28 | 5 | -6/+6 |
| |\ \ | | |/ | |/| | |||||
| | * | init_dynamic_array MyODBC compatibility fix | serg@serg.mysql.com | 2002-04-28 | 5 | -6/+6 |
| * | | merge | monty@hundin.mysql.fi | 2002-04-25 | 1 | -2/+16 |
| |\ \ | |||||
| | * | | Small fix for HP-UX 10.20 with DCE threads | Sinisa@sinisa.nasamreza.org | 2002-04-16 | 1 | -2/+2 |
| | * | | Fixed pthread_cond_timedwait() for HPUX and DCE threads | monty@tik.mysql.fi | 2002-04-16 | 1 | -2/+16 |
| * | | | Fixed syntax error in mysql.cc | monty@hundin.mysql.fi | 2002-04-24 | 1 | -2/+2 |
| | |/ | |/| | |||||
* | | | Merge jcole@work.mysql.com:/home/bk/mysql-4.0 | jcole@mugatu.spaceapes.com | 2002-04-17 | 1 | -8/+10 |
|\ \ \ | |/ / |/| | | |||||
| * | | Merge jcole@work.mysql.com:/home/bk/mysql-4.0 | jcole@mugatu.spaceapes.com | 2002-03-27 | 1 | -8/+10 |
| |\ \ | |||||
| | * | | mysys/testhash.c: Changed Swedish comments to English. | jcole@mugatu.spaceapes.com | 2002-03-27 | 1 | -8/+10 |
* | | | | allocated bigger blocks if it needed | bell@sanja.is.com.ua | 2002-04-13 | 1 | -8/+8 |
* | | | | fixed bug in truncating temp tables | sasha@mysql.sashanet.com | 2002-04-08 | 1 | -0/+3 |
* | | | | safemalloc cleanup. Maybe it will now compile on FreeBSD. I still not have | sasha@mysql.sashanet.com | 2002-04-05 | 2 | -3/+3 |
* | | | | fixes to make it compile and pass the test suite again after the last | sasha@mysql.sashanet.com | 2002-04-04 | 1 | -0/+7 |
* | | | | Merge work:/home/bk/mysql-4.0/ into hynda.mysql.fi:/home/my/bk/mysql-4.0 | jani@hynda.mysql.fi | 2002-04-03 | 1 | -22/+61 |
|\ \ \ \ | |||||
| * | | | | Merge and two bug fixes in my_getopt.c | jani@hynda.mysql.fi | 2002-04-03 | 1 | -3/+10 |
| * | | | | Merged in some changes made to MySQL clients by other | jani@hynda.mysql.fi | 2002-04-03 | 1 | -19/+51 |
| |\ \ \ \ | |||||
| | * | | | | Changed mysql, mysqladmin, mysqlshow, mysqldump, mysqlimport, | jani@hynda.mysql.fi | 2002-04-02 | 1 | -19/+51 |
* | | | | | | Make safemalloc work without threads | monty@hundin.mysql.fi | 2002-04-03 | 2 | -11/+27 |
|/ / / / / | |||||
* | | | | | Merge work:/home/bk/mysql-4.0 into hundin.mysql.fi:/my/bk/mysql-4.0 | monty@hundin.mysql.fi | 2002-04-02 | 2 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | relay_log_space_limit | sasha@mysql.sashanet.com | 2002-04-01 | 2 | -1/+2 |
* | | | | | | Cleanups | monty@hundin.mysql.fi | 2002-04-02 | 2 | -35/+19 |
|/ / / / / | |||||
* | | | | | Merge work:/home/bk/mysql-4.0 | sasha@mysql.sashanet.com | 2002-03-26 | 3 | -6/+109 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | coverted my_thread_init() /end to use my_malloc()/my_free() to help track | sasha@mysql.sashanet.com | 2002-03-26 | 3 | -6/+109 |
* | | | | | support for unsigned FLOAT/DOUBLE | monty@hundin.mysql.fi | 2002-03-27 | 2 | -1/+3 |
| |_|/ / |/| | | | |||||
* | | | | fix after merge | monty@hundin.mysql.fi | 2002-03-13 | 1 | -0/+2 |
* | | | | Fixed mysqldumpslow for new dump format. | monty@hundin.mysql.fi | 2002-03-12 | 1 | -2/+1 |
|/ / / | |||||
* | | | merge | monty@hundin.mysql.fi | 2002-03-06 | 1 | -2/+1 |
|\ \ \ | |||||
| * | | | Portability fixes | monty@hundin.mysql.fi | 2002-03-06 | 1 | -2/+1 |
| * | | | merge | monty@hundin.mysql.fi | 2002-03-06 | 2 | -7/+7 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
* | | | load local fix | sasha@mysql.sashanet.com | 2002-03-02 | 1 | -2/+9 |
* | | | post-merge fixup | sasha@mysql.sashanet.com | 2002-03-01 | 1 | -1/+3 |
* | | | merged from 3.23 to pull the LOAD DATA INFILE fix as rpl000001 was failing. | sasha@mysql.sashanet.com | 2002-03-01 | 2 | -7/+7 |
|\ \ \ | | |/ | |/| | |||||
| * | | mf_qsort.c: | serg@serg.mysql.com | 2002-02-23 | 1 | -196/+164 |
| * | | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2002-02-20 | 2 | -1/+51 |
| |\ \ | |||||
| | * | | Update to autoconf 2.52 | monty@hundin.mysql.fi | 2002-02-07 | 2 | -1/+51 |
| * | | | Framework to simplify memory leak tracing | serg@serg.mysql.com | 2002-01-22 | 2 | -7/+7 |
| |/ / | |||||
| * | | Fixed bug when making a range join based on information from a const table. | monty@hundin.mysql.fi | 2002-01-18 | 1 | -1/+1 |
| * | | Minors changes for the Windows 3.23.47 release | miguel@light.local | 2001-12-30 | 1 | -0/+1 |
* | | | make my_vsnprintf() work with oversized strings | sasha@mysql.sashanet.com | 2002-03-01 | 1 | -7/+6 |
| |/ |/| | |||||
* | | Bug fixes and new functionality added in my_getopt and myisamchk | jani@rhols221.adsl.netsonic.fi | 2002-02-06 | 1 | -93/+218 |