Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge sinisa@work.mysql.com:/home/bk/mysql-4.1 | Sinisa@sinisa.nasamreza.org | 2002-10-30 | 1 | -0/+4 |
|\ | |||||
| * | changes for mysqladmin debug | Sinisa@sinisa.nasamreza.org | 2002-10-30 | 1 | -0/+4 |
* | | Merge vvagin@work.mysql.com:/home/bk/mysql-4.1 | vva@genie.(none) | 2002-10-30 | 1 | -1/+1 |
|\ \ | |||||
| * | | addition correction for 'help' command | vva@genie.(none) | 2002-10-30 | 1 | -1/+1 |
* | | | date and time fields now have charset arg in constructor | bar@bar.mysql.r18.ru | 2002-10-30 | 1 | -0/+1 |
|/ / | |||||
* | | add help command on server side | vva@genie.(none) | 2002-10-28 | 1 | -0/+1 |
|/ | |||||
* | Merge work:/home/bk/mysql-4.1 | serg@serg.mysql.com | 2002-10-25 | 1 | -12/+13 |
|\ | |||||
| * | support for HA_READ_PREFIX_LAST_OR_PREV in headres | serg@serg.mysql.com | 2002-10-25 | 1 | -12/+13 |
* | | BINARY charset is now used instead of binary_flag | bar@bar.mysql.r18.ru | 2002-10-25 | 1 | -1/+1 |
|/ | |||||
* | Preparing to use my_charset_bin instead of binary_flag | bar@bar.mysql.r18.ru | 2002-10-23 | 1 | -0/+2 |
* | Merge | monty@hundin.mysql.fi | 2002-10-14 | 1 | -5/+5 |
|\ | |||||
| * | merge | monty@narttu.mysql.fi | 2002-10-14 | 2 | -196/+22 |
| |\ | |||||
| * | | Portability fixes to be able to compile MySQL with VC++ | monty@narttu.mysql.fi | 2002-10-08 | 1 | -5/+5 |
* | | | merged | serg@serg.mysql.com | 2002-10-14 | 13 | -228/+529 |
|\ \ \ | |||||
| * \ \ | Merge work:/home/bk/mysql-4.1 | serg@serg.mysql.com | 2002-10-12 | 2 | -2/+15 |
| |\ \ \ | | |_|/ | |/| | | |||||
| | * | | --tmpdir=dir1:dir2:... support in myisamchk | serg@serg.mysql.com | 2002-10-08 | 1 | -2/+3 |
| | * | | support for --tmpdir=dir1:dir2:... | serg@serg.mysql.com | 2002-10-08 | 1 | -0/+12 |
| | |/ | |||||
| * | | Move hash_sort and hash_caseup into CHARSET_INFO for all charsets | bar@bar.mysql.r18.ru | 2002-10-10 | 1 | -0/+8 |
| * | | Some reorganization to use less memory as well as to hide some implementation | bar@bar.mysql.r18.ru | 2002-10-10 | 1 | -188/+6 |
| * | | my_sortcmp -> my_strnncoll | bar@bar.mysql.r18.ru | 2002-10-09 | 1 | -2/+0 |
| * | | Simple charsets now have strncoll() field too | bar@bar.mysql.r18.ru | 2002-10-09 | 2 | -6/+8 |
| |/ | |||||
| * | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 | ram@mysql.r18.ru | 2002-10-07 | 1 | -2/+14 |
| |\ | |||||
| | * | auto_increment for heap tables | ram@mysql.r18.ru | 2002-10-07 | 1 | -2/+14 |
| * | | merging | bell@sanja.is.com.ua | 2002-10-04 | 1 | -1/+6 |
| |\ \ | | |/ | |/| | |||||
| | * | merged | bell@sanja.is.com.ua | 2002-09-03 | 1 | -1/+6 |
| | |\ | |||||
| | | * | subselect with union | bell@sanja.is.com.ua | 2002-09-03 | 1 | -1/+6 |
| * | | | Merge work:/my/mysql-4.1 into mashka.mysql.fi:/home/my/mysql-4.1 | monty@mashka.mysql.fi | 2002-10-03 | 1 | -2/+2 |
| |\ \ \ | |||||
| | * | | | Failed to compile on FreeBSD: | bar@bar.mysql.r18.ru | 2002-10-03 | 1 | -2/+2 |
| * | | | | Merge with 4.0.4 | monty@mashka.mysql.fi | 2002-10-02 | 13 | -217/+662 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fixes and code cleanups after merge with 4.0.3 | monty@mashka.mysql.fi | 2002-10-02 | 4 | -93/+110 |
| | * | | | Merge with 4.0.3 | monty@narttu.mysql.fi | 2002-08-30 | 13 | -185/+613 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | server-key.pem regenerated | walrus@mysql.com | 2002-08-08 | 1 | -4/+6 |
| | | * | | - Added missing files to distribution | lenz@mysql.com | 2002-08-06 | 2 | -152/+1 |
| | | * | | Renamed some charset related constant | bar@bar.udmsearch.izhnet.ru | 2002-07-30 | 2 | -8/+12 |
| | | * | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 | ram@ram.(none) | 2002-07-10 | 4 | -30/+213 |
| | | |\ \ | | | | |/ | |||||
| | | | * | UCS2 charset has been added | bar@gw.udmsearch.izhnet.ru | 2002-06-17 | 1 | -0/+34 |
| | | | * | All instances of "ulong" were replaced with "unsigned long" for portability r... | bar@gw.udmsearch.izhnet.ru | 2002-06-17 | 1 | -13/+14 |
| | | | * | Client-Server Protocol 4.1 changes - Client side: | venu@myvenu.com | 2002-06-12 | 3 | -30/+178 |
| | | * | | Merge rkalimullin@work.mysql.com:/home/bk/mysql-4.1 | ram@gw.udmsearch.izhnet.ru | 2002-06-11 | 1 | -4/+3 |
| | | |\ \ | | | | |/ | | | |/| | |||||
| | | | * | heap_create() <-> heap_open() | ram@gw.udmsearch.izhnet.ru | 2002-06-07 | 1 | -4/+3 |
| | | * | | fixing after mergin | bell@sanja.is.com.ua | 2002-06-05 | 1 | -1/+1 |
| | | * | | merged | bell@sanja.is.com.ua | 2002-06-05 | 14 | -130/+175 |
| | | |\ \ | | | | |/ | |||||
| | | | * | Merge work:/my/mysql-4.1 into hundin.mysql.fi:/my/mysql-4.1 | monty@hundin.mysql.fi | 2002-06-04 | 14 | -128/+173 |
| | | | |\ | |||||
| | | | | * | Update results for new SHOW FULL COLUMNS | monty@hundin.mysql.fi | 2002-06-04 | 1 | -0/+2 |
| | | | | * | merge with 4.0 | monty@hundin.mysql.fi | 2002-06-03 | 12 | -88/+127 |
| | | | | |\ | |||||
| | | | | * | | Extension of .frm file (not yet ready for push) | monty@hundin.mysql.fi | 2002-06-02 | 2 | -40/+44 |
| | | * | | | | merging | bell@sanja.is.com.ua | 2002-05-28 | 1 | -1/+4 |
| | | |\ \ \ \ | | | | |/ / / | |||||
| | | | * | | | Removed unnecessary key search in the hp_rb_write_key() function | ram@gw.udmsearch.izhnet.ru | 2002-05-28 | 1 | -1/+4 |
| | | * | | | | merge | bell@sanja.is.com.ua | 2002-05-26 | 4 | -15/+11 |
| | | |\ \ \ \ | | | | |/ / / | |||||
| | | | * | | | Heap table code cleanup | ram@gw.udmsearch.izhnet.ru | 2002-05-23 | 1 | -0/+1 |
| | | | |/ / |