summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* - portability patch to work around bugs in the HP compiler's "inline"lenz@mysql.com2002-12-041-0/+4
| | | | handling (backport from 4.0 tree)
* Delete: include/.my_sys.h.swpserg@serg.mysql.com2002-11-171-0/+0
|
* Fix for build problem on AIXmonty@hundin.mysql.fi2002-10-091-0/+1
|
* - backported gcc 3.0 linking fix from 4.0lenz@mysql.com2002-09-241-19/+40
| | | | - some cosmetical fixups (typos, comments)
* Fix for HPUX 11 and pthread_mutex_lockmonty@hundin.mysql.fi2002-08-161-11/+27
|
* Fixed typo so that ulonglong are properly converted to double on AIX with ↵monty@hundin.mysql.fi2002-08-161-2/+8
| | | | gcc 3.1
* Fixed problem with BIGINT and shutdown on AIXmonty@hundin.mysql.fi2002-08-122-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.com2002-08-101-0/+3
| | | | | - Only define alloca as a compiler builtin, if we use GCC and there is no alloca.h installed
* Portability fix for AIXmonty@hundin.mysql.fi2002-08-081-8/+4
|
* - portability fix for AIX in include/my_sys.h: define alloca as alenz@mysql.com2002-08-081-0/+9
| | | | compiler builtin when using gcc
* Backported pthread_mutex_trylock code from MySQL 4.0 to fix problem on HPUX.monty@hundin.mysql.fi2002-08-061-7/+10
| | | | Removed Heikki's patch for handling this.
* my_pthread.h, configure.in:heikki@hundin.mysql.fi2002-08-061-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.fi2002-08-061-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.fi2002-08-052-0/+5
| | | | (Merge of code from 4.0)
* Two small patches proposed by Paul DuBoissalle@geopard.online.bg2002-08-031-1/+1
|
* - Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it> lenz@mysql.com2002-07-152-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 onlenz@mysql.com2002-07-151-1/+2
| | | | | ppc64 and x86-64, fixed a compile bug when building with TCP wrapper support on Linux
* Portability fixes for SCO and HPUXmonty@hundin.mysql.fi2002-05-311-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-debugSinisa@sinisa.nasamreza.org2002-05-301-1/+1
|
* Renamed stripp_sp -> strip_spmonty@hundin.mysql.fi2002-05-271-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.fi2002-05-271-0/+6
| | | | | Fixed some portability things in my_gethostbyname_r Portability fix for type_decimal.test
* Portability fix for OSF1monty@narttu.2002-05-271-13/+13
|
* New my_gethostbyname_r() handlingmonty@hundin.mysql.fi2002-05-162-25/+36
| | | | | Changed some status variable names Fix bug in GRANT ... PASSWORD string
* Sergei's MyODBC fixmiguel@hegel.local2002-05-121-3/+3
|
* Fixed problems with DECIMAL() type on overflow.monty@hundin.mysql.fi2002-05-021-1/+17
|
* Small fix for HP-UX 10.20 with DCE threadsSinisa@sinisa.nasamreza.org2002-04-161-1/+1
| | | | Also --with-libwrap is tested on Linux just fine.
* Fixed pthread_cond_timedwait() for HPUX and DCE threadsmonty@tik.mysql.fi2002-04-161-0/+7
| | | | Cleanup of LIBWRAP handling
* Fixed overflow bugmonty@hundin.mysql.fi2002-03-261-1/+1
|
* Added help for --local-infilemonty@hundin.mysql.fi2002-03-121-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/mysqlserg@serg.mysql.com2002-02-201-1/+2
|\
| * Made LOAD DATA LOCAL INFILE more securemonty@tik.mysql.fi2002-02-131-1/+2
| |
* | Framework to simplify memory leak tracingserg@serg.mysql.com2002-01-222-4/+15
|/
* Backport of mysqldump from 4.0monty@hundin.mysql.fi2002-01-021-2/+2
|
* Portability fixesmonty@hundin.mysql.fi2001-12-271-0/+5
|
* misc cleanup sasha@mysql.sashanet.com2001-12-131-2/+3
|
* slave-skip-errorssasha@mysql.sashanet.com2001-12-121-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 ^Cmonty@hundin.mysql.fi2001-11-031-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.fi2001-10-311-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
* Mergemonty@donna.mysql.fi2001-10-302-2/+16
|
* HA_NO_FULLTEXT_KEY and an appropriate error messageserg@serg.mysql.com2001-10-231-1/+2
|
* Fix for LOAD DATA FROM MASTER when using tables with checksummonty@hundin.mysql.fi2001-09-181-1/+2
| | | | Fixed some wrong test cases
* Added unique error for DEADLOCKmonty@hundin.mysql.fi2001-09-173-1/+6
| | | | Include missing man pages into binary distribution
* OS2 patchmonty@hundin.mysql.fi2001-09-126-6/+22
|
* More debug infomonty@hundin.mysql.fi2001-09-081-1/+1
| | | | | | Fix DBUG_ASSERT() Optimization for BDB tables Fix for BDB under Win98
* Merge work:/my/mysql into tik.mysql.fi:/home/my/mysqlmonty@tik.mysql.fi2001-09-041-0/+1
|\
| * Portability fixmonty@tik.mysql.fi2001-09-041-0/+1
| |
* | Ensure that libmysqlclient doesn't use raidmonty@hundin.mysql.fi2001-09-041-1/+1
| | | | | | | | Fix problem with MyISAM and rows of length 65517-65520
* | Make killing of threads safermonty@hundin.mysql.fi2001-09-011-3/+5
| |
* | Portability fixesmonty@hundin.mysql.fi2001-08-301-2/+2
| |
* | Fix for OS2monty@hundin.mysql.fi2001-08-302-3/+6
| |