Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - portability patch to work around bugs in the HP compiler's "inline" | lenz@mysql.com | 2002-12-04 | 1 | -0/+4 |
| | | | | handling (backport from 4.0 tree) | ||||
* | Delete: include/.my_sys.h.swp | serg@serg.mysql.com | 2002-11-17 | 1 | -0/+0 |
| | |||||
* | Fix for build problem on AIX | monty@hundin.mysql.fi | 2002-10-09 | 1 | -0/+1 |
| | |||||
* | - backported gcc 3.0 linking fix from 4.0 | lenz@mysql.com | 2002-09-24 | 1 | -19/+40 |
| | | | | - some cosmetical fixups (typos, comments) | ||||
* | Fix for HPUX 11 and pthread_mutex_lock | monty@hundin.mysql.fi | 2002-08-16 | 1 | -11/+27 |
| | |||||
* | Fixed typo so that ulonglong are properly converted to double on AIX with ↵ | monty@hundin.mysql.fi | 2002-08-16 | 1 | -2/+8 |
| | | | | gcc 3.1 | ||||
* | Fixed problem with BIGINT and shutdown on AIX | monty@hundin.mysql.fi | 2002-08-12 | 2 | -1/+3 |
| | | | | | | Moved IF(test,column,NULL) code to 4.0 Changed mysys_priv.h to include my_pthread.h or my_no_pthread.h. Removed some CR's in os2 files. | ||||
* | After discussing it with Monty by phone once more: | lenz@mysql.com | 2002-08-10 | 1 | -0/+3 |
| | | | | | - Only define alloca as a compiler builtin, if we use GCC and there is no alloca.h installed | ||||
* | Portability fix for AIX | monty@hundin.mysql.fi | 2002-08-08 | 1 | -8/+4 |
| | |||||
* | - portability fix for AIX in include/my_sys.h: define alloca as a | lenz@mysql.com | 2002-08-08 | 1 | -0/+9 |
| | | | | compiler builtin when using gcc | ||||
* | Backported pthread_mutex_trylock code from MySQL 4.0 to fix problem on HPUX. | monty@hundin.mysql.fi | 2002-08-06 | 1 | -7/+10 |
| | | | | Removed Heikki's patch for handling this. | ||||
* | my_pthread.h, configure.in: | heikki@hundin.mysql.fi | 2002-08-06 | 1 | -0/+7 |
| | | | | In HP-UX-10.20, but not in HP-UX-11.0, the return value of pthread_mutex_trylock is inverted | ||||
* | Changed initialization of RND() to be less predictable. | monty@mashka.mysql.fi | 2002-08-06 | 1 | -0/+1 |
| | | | | Use MYSQL_CONFIG_NAME instead of "my" as the configuration file name. | ||||
* | Fixed bug with GROUP BY on NULL fields. | monty@mashka.mysql.fi | 2002-08-05 | 2 | -0/+5 |
| | | | | (Merge of code from 4.0) | ||||
* | Two small patches proposed by Paul DuBois | salle@geopard.online.bg | 2002-08-03 | 1 | -1/+1 |
| | |||||
* | - Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it> | lenz@mysql.com | 2002-07-15 | 2 | -4/+7 |
| | | | | | | | from TeamOS/2 Italy - removed some obsolete files on Yuri's request - Added missing os2 related files outside the os2 subdirectory to the distribution | ||||
* | Added some patches provided by SuSE to fix build problems on | lenz@mysql.com | 2002-07-15 | 1 | -1/+2 |
| | | | | | ppc64 and x86-64, fixed a compile bug when building with TCP wrapper support on Linux | ||||
* | Portability fixes for SCO and HPUX | monty@hundin.mysql.fi | 2002-05-31 | 1 | -1/+1 |
| | | | | | Change TRUNCATE(number) to truncate towards zero for negative numbers Fix NULL handling for DESCRIBE table_name | ||||
* | A small fix for HP-UX when used --with-debug | Sinisa@sinisa.nasamreza.org | 2002-05-30 | 1 | -1/+1 |
| | |||||
* | Renamed stripp_sp -> strip_sp | monty@hundin.mysql.fi | 2002-05-27 | 1 | -1/+1 |
| | | | | Remove end space from ENUM and SET strings | ||||
* | Split raid C function to separate file to make things more portable. | monty@hundin.mysql.fi | 2002-05-27 | 1 | -0/+6 |
| | | | | | Fixed some portability things in my_gethostbyname_r Portability fix for type_decimal.test | ||||
* | Portability fix for OSF1 | monty@narttu. | 2002-05-27 | 1 | -13/+13 |
| | |||||
* | New my_gethostbyname_r() handling | monty@hundin.mysql.fi | 2002-05-16 | 2 | -25/+36 |
| | | | | | Changed some status variable names Fix bug in GRANT ... PASSWORD string | ||||
* | Sergei's MyODBC fix | miguel@hegel.local | 2002-05-12 | 1 | -3/+3 |
| | |||||
* | Fixed problems with DECIMAL() type on overflow. | monty@hundin.mysql.fi | 2002-05-02 | 1 | -1/+17 |
| | |||||
* | Small fix for HP-UX 10.20 with DCE threads | Sinisa@sinisa.nasamreza.org | 2002-04-16 | 1 | -1/+1 |
| | | | | Also --with-libwrap is tested on Linux just fine. | ||||
* | Fixed pthread_cond_timedwait() for HPUX and DCE threads | monty@tik.mysql.fi | 2002-04-16 | 1 | -0/+7 |
| | | | | Cleanup of LIBWRAP handling | ||||
* | Fixed overflow bug | monty@hundin.mysql.fi | 2002-03-26 | 1 | -1/+1 |
| | |||||
* | Added help for --local-infile | monty@hundin.mysql.fi | 2002-03-12 | 1 | -0/+1 |
| | | | | | Fix for bug on intel where (int32) 1 << 32 == 1, which gave problems when using 32 keys. Allow SET PASSWORD for anonymous user | ||||
* | Merge work:/home/bk/mysql into serg.mysql.com:/usr/home/serg/Abk/mysql | serg@serg.mysql.com | 2002-02-20 | 1 | -1/+2 |
|\ | |||||
| * | Made LOAD DATA LOCAL INFILE more secure | monty@tik.mysql.fi | 2002-02-13 | 1 | -1/+2 |
| | | |||||
* | | Framework to simplify memory leak tracing | serg@serg.mysql.com | 2002-01-22 | 2 | -4/+15 |
|/ | |||||
* | Backport of mysqldump from 4.0 | monty@hundin.mysql.fi | 2002-01-02 | 1 | -2/+2 |
| | |||||
* | Portability fixes | monty@hundin.mysql.fi | 2001-12-27 | 1 | -0/+5 |
| | |||||
* | misc cleanup | sasha@mysql.sashanet.com | 2001-12-13 | 1 | -2/+3 |
| | |||||
* | slave-skip-errors | sasha@mysql.sashanet.com | 2001-12-12 | 1 | -1/+10 |
| | | | | | | added extra/mysql_install.c - will work on it in 4.0, but it does not hurt to have it sit in 3.23 tree for now since it will eventually be backported to 3.23 anyway | ||||
* | Fix that mysqladmin shutdown can be interrupted with ^C | monty@hundin.mysql.fi | 2001-11-03 | 1 | -1/+1 |
| | | | | | | Fixed bug with BLOB keys in BDB tables Fixed problem with MERGE tables on OS with 32 bit files Fixed that TIME_TO_SEC() works with negative times | ||||
* | Update for OS2 (patch from Yuri Dario). | monty@hundin.mysql.fi | 2001-10-31 | 1 | -13/+5 |
| | | | | | | Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts Fixed error messages. Fixed problem with const propagation when comparing columns of different types | ||||
* | Merge | monty@donna.mysql.fi | 2001-10-30 | 2 | -2/+16 |
| | |||||
* | HA_NO_FULLTEXT_KEY and an appropriate error message | serg@serg.mysql.com | 2001-10-23 | 1 | -1/+2 |
| | |||||
* | Fix for LOAD DATA FROM MASTER when using tables with checksum | monty@hundin.mysql.fi | 2001-09-18 | 1 | -1/+2 |
| | | | | Fixed some wrong test cases | ||||
* | Added unique error for DEADLOCK | monty@hundin.mysql.fi | 2001-09-17 | 3 | -1/+6 |
| | | | | Include missing man pages into binary distribution | ||||
* | OS2 patch | monty@hundin.mysql.fi | 2001-09-12 | 6 | -6/+22 |
| | |||||
* | More debug info | monty@hundin.mysql.fi | 2001-09-08 | 1 | -1/+1 |
| | | | | | | Fix DBUG_ASSERT() Optimization for BDB tables Fix for BDB under Win98 | ||||
* | Merge work:/my/mysql into tik.mysql.fi:/home/my/mysql | monty@tik.mysql.fi | 2001-09-04 | 1 | -0/+1 |
|\ | |||||
| * | Portability fix | monty@tik.mysql.fi | 2001-09-04 | 1 | -0/+1 |
| | | |||||
* | | Ensure that libmysqlclient doesn't use raid | monty@hundin.mysql.fi | 2001-09-04 | 1 | -1/+1 |
| | | | | | | | | Fix problem with MyISAM and rows of length 65517-65520 | ||||
* | | Make killing of threads safer | monty@hundin.mysql.fi | 2001-09-01 | 1 | -3/+5 |
| | | |||||
* | | Portability fixes | monty@hundin.mysql.fi | 2001-08-30 | 1 | -2/+2 |
| | | |||||
* | | Fix for OS2 | monty@hundin.mysql.fi | 2001-08-30 | 2 | -3/+6 |
| | |