Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --pos... | guilhem@mysql.com | 2004-07-29 | 2 | -0/+16 |
* | Don't allow badly formed UTF8 identitiers | bar@mysql.com | 2004-07-07 | 1 | -1/+2 |
* | HAVE_RTREE_KEYS are enabled on windows too | serg@serg.mylan | 2004-07-06 | 1 | -0/+1 |
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-07-06 | 1 | -0/+2 |
|\ | |||||
| * | re-enable spatial features for windows | serg@serg.mylan | 2004-07-06 | 1 | -0/+2 |
* | | client.c, libmysql.c: | paul@kite-hub.kitebird.com | 2004-06-30 | 1 | -4/+4 |
|/ | |||||
* | Added missing my_time.c file to mysqlclient project | monty@mysql.com | 2004-06-28 | 2 | -4/+8 |
* | correct casting void->char | serg@serg.mylan | 2004-06-27 | 1 | -10/+10 |
* | Fix for compilation failure on high-byte-first platforms. | konstantin@mysql.com | 2004-06-26 | 1 | -13/+14 |
* | After merge fixes | monty@mysql.com | 2004-06-25 | 1 | -1/+0 |
* | Merge with 4.0 to get the latest bug patches to 4.1 | monty@mysql.com | 2004-06-25 | 1 | -1/+1 |
|\ | |||||
| * | lower_case_table_names=2 (Keep case for table names) was not honored | monty@mysql.com | 2004-06-23 | 1 | -1/+1 |
* | | Type of MYSQL_BIND::buffer changed to void * | konstantin@mysql.com | 2004-06-25 | 1 | -1/+1 |
* | | Small build fix. | dlenev@brandersnatch.localdomain | 2004-06-25 | 1 | -1/+1 |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | konstantin@mysql.com | 2004-06-24 | 4 | -18/+85 |
|\ \ | |||||
| * | | Fix for Bug#4030 "Client side conversion string -> date type doesn't | konstantin@mysql.com | 2004-06-24 | 4 | -18/+85 |
* | | | merged | serg@serg.mylan | 2004-06-23 | 2 | -4/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | handler interface cleanups: | serg@serg.mylan | 2004-06-23 | 2 | -4/+1 |
* | | | Including in enum_shutdown_level the 2 types of KILL of 5.0 | guilhem@mysql.com | 2004-06-21 | 1 | -1/+5 |
* | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 | guilhem@mysql.com | 2004-06-21 | 1 | -5/+6 |
|\ \ \ | |||||
| * | | | changing order of enum_shutdown_level (easier; we can test if we should die with | guilhem@mysql.com | 2004-06-21 | 1 | -5/+6 |
* | | | | merge | monty@mysql.com | 2004-06-21 | 2 | -10/+8 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Merge with 4.0.21 | monty@mysql.com | 2004-06-18 | 2 | -10/+8 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Fixed issue 'the definition of macro DES_ede3_cbc_encrypt is corrupt' | gluh@gluh.mysql.r18.ru | 2004-06-17 | 1 | -1/+1 |
| | * | | Fixed issue with compilation MySQL with OpenSSL | gluh@gluh.mysql.r18.ru | 2004-06-09 | 2 | -10/+8 |
* | | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 | guilhem@mysql.com | 2004-06-18 | 2 | -1/+24 |
|\ \ \ \ | |||||
| * | | | | API change: mysql_shutdown() now requires a 2nd argument, the shutdown level. | guilhem@mysql.com | 2004-06-18 | 1 | -2/+2 |
| * | | | | Adding SHUTDOWN_WAIT_STATEMENTS to the possible arguments of mysql_shutdown(). | guilhem@mysql.com | 2004-06-15 | 1 | -2/+3 |
| * | | | | API change: mysql_shutdown() now needs a 2nd parameter, the shutdown level. | guilhem@mysql.com | 2004-06-15 | 2 | -1/+23 |
| |/ / / | |||||
* | | | | WL#1264 "Per-thread time zone support infrastructure". | dlenev@brandersnatch.localdomain | 2004-06-18 | 2 | -1/+11 |
* | | | | Comments and cleanups in client library. | konstantin@mysql.com | 2004-06-16 | 1 | -1/+1 |
* | | | | - make sure to define NDEBUG in my_dbug.h, when DBUG_OFF is defined | lenz@mysql.com | 2004-06-15 | 1 | -0/+3 |
|/ / / | |||||
* | | | Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.1 | paul@teton.kitebird.com | 2004-06-12 | 1 | -3/+3 |
|\ \ \ | |||||
| * | | | sql_state.h: | paul@teton.kitebird.com | 2004-06-12 | 1 | -3/+3 |
* | | | | Unicode collation algorithm: contraction support. | bar@mysql.com | 2004-06-12 | 1 | -0/+1 |
* | | | | merged | serg@serg.mylan | 2004-06-11 | 1 | -3/+3 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | bug#3964 and related issues: FTB problems with charsets where one byte can ma... | serg@serg.mylan | 2004-06-10 | 1 | -3/+3 |
* | | | Allocate memory when a character set is requested: | bar@mysql.com | 2004-06-11 | 1 | -2/+3 |
* | | | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for | konstantin@mysql.com | 2004-06-10 | 2 | -1/+1 |
* | | | Optimization to use less memory. | bar@mysql.com | 2004-06-10 | 1 | -2/+2 |
* | | | WL#916: Unicode collations for some languages | bar@bar.intranet.mysql.r18.ru | 2004-06-08 | 1 | -0/+1 |
* | | | mysql_stmt_field_count() | konstantin@mysql.com | 2004-06-06 | 1 | -0/+1 |
|/ / | |||||
* | | HAVE_DEPRECATED_411_API macro removed. | konstantin@mysql.com | 2004-06-04 | 1 | -1/+0 |
* | | Merging | hf@deer.(none) | 2004-06-02 | 1 | -0/+7 |
|\ \ | |||||
| * | | wl 1562 (To improve RTree indexes) | hf@deer.(none) | 2004-06-02 | 1 | -0/+7 |
* | | | Merge with 4.0 to get fixes for netware | monty@mysql.com | 2004-06-02 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.0 | hf@deer.(none) | 2004-05-31 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | mysql_get_parameter interface fixed | hf@deer.(none) | 2004-05-31 | 1 | -1/+1 |
| * | | | Merge bk-internal:/home/bk/mysql-4.0/ | serg@serg.mylan | 2004-05-29 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | backport wild_compare fix from 4.1 - bug#3924 | serg@serg.mylan | 2004-05-29 | 1 | -1/+1 |
| | |/ / |