Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 | hf@deer.(none) | 2004-08-20 | 3 | -28/+16 |
|\ | |||||
| * | merged | serg@serg.mylan | 2004-08-20 | 1 | -21/+9 |
| |\ | |||||
| | * | Build bug on 64-Bit platforms. | ingo@mysql.com | 2004-08-19 | 1 | -21/+9 |
| * | | Fixed symbol name problems that made build fail. | pem@mysql.comhem.se | 2004-08-19 | 2 | -7/+7 |
* | | | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1 | hf@deer.(none) | 2004-08-19 | 1 | -15/+11 |
|\ \ \ | |/ / | |||||
| * | | mysql_com.h: | guilhem@mysql.com | 2004-08-19 | 1 | -11/+7 |
| * | | mysql_com.h: | guilhem@mysql.com | 2004-08-19 | 1 | -9/+9 |
* | | | Merge bk@192.168.21.1:/usr/home/bk/mysql-4.1 | hf@deer.(none) | 2004-08-19 | 2 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fixes for bugs in embedded library: | hf@deer.(none) | 2004-07-22 | 2 | -1/+1 |
* | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1/ | serg@serg.mylan | 2004-08-19 | 1 | -16/+27 |
|\ \ \ | |||||
| * | | | Very small API change: changing the values in enum enum_shutdown_level; | guilhem@mysql.com | 2004-08-19 | 1 | -16/+27 |
* | | | | manually merged | serg@serg.mylan | 2004-08-18 | 1 | -11/+17 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Bug #4797 - 32 bit and 64 bit builds behave differently on int32 overflow | serg@serg.mylan | 2004-08-11 | 1 | -11/+17 |
* | | | apply UNIQUE constrain correctly for multi-byte charsets | serg@serg.mylan | 2004-08-13 | 1 | -1/+3 |
* | | | Cleanup in mysql_time.h/my_time.h headers. The first is used in mysql.h, | konstantin@mysql.com | 2004-08-05 | 2 | -10/+17 |
* | | | Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 | guilhem@mysql.com | 2004-07-29 | 2 | -0/+16 |
|\ \ \ | |||||
| * | | | WL#1580: --start-datetime, --stop-datetime, --start-position (alias for --pos... | guilhem@mysql.com | 2004-07-29 | 2 | -0/+16 |
* | | | | Casted all macro arguments, | ingo@mysql.com | 2004-07-28 | 1 | -177/+180 |
* | | | | Merging | hf@deer.(none) | 2004-07-21 | 1 | -1/+2 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | WL#1600 (Warn if result is truncatet due to max_allowed_packet) | hf@deer.(none) | 2004-06-29 | 1 | -1/+2 |
* | | | | forced X/Open mode on HPUX removed. The correct way (that affects not only C ... | serg@serg.mylan | 2004-07-13 | 1 | -20/+0 |
* | | | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-07-09 | 1 | -1/+5 |
|\ \ \ \ | |||||
| * | | | | my_global.h: | konstantin@mysql.com | 2004-07-09 | 1 | -1/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge with 4.0 to get bug fixes | monty@mysql.com | 2004-07-09 | 1 | -5/+12 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | |||||
| * | | Fixed Bug#4451. According to C/C++ standards, enums should not be used | jani@a80-186-24-72.elisa-laajakaista.fi | 2004-07-08 | 1 | -3/+12 |
* | | | 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 |
|\ \ \ \ |