mariadb/mysys
unknown 2d2957c041 Break a double declare of "uint thr_client_alarm" between "mysys/thr_alarm.c" and "mysys/my_pthread.c".
mysys/my_pthread.c:
  Break a double declare: "uint thr_client_alarm" is also declared in "mysys/thr_alarm.c", take it from there.
2007-02-12 19:55:33 +01:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
array.c Rewrite function comments 2002-07-09 18:59:52 +03:00
ChangeLog Import changeset 2000-07-31 21:29:14 +02:00
charset.c Added checking of return value from my_once_alloc() in charset 2003-12-10 00:00:20 +02:00
checksum.c Rewrite function comments 2002-07-09 18:59:52 +03:00
default.c Cleanup of thread-type (linuxthread or NTPL) detection code 2007-01-30 18:52:26 +02:00
errors.c Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not": 2004-09-24 11:54:37 +02:00
hash.c Qualify 'inline' functions as 'static inline' to please the Sun C compiler. 2005-03-04 11:26:08 +01:00
list.c Update copyright 2001-12-06 14:10:51 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
make-conf.c Update copyright 2001-12-06 14:10:51 +02:00
Makefile.am Call my_sync() after all data is written to .frm file 2003-11-02 15:55:02 +02:00
md5.c Update copyright 2001-12-06 14:10:51 +02:00
mf_brkhant.c Update copyright 2001-12-06 14:10:51 +02:00
mf_cache.c Update copyright 2001-12-06 14:10:51 +02:00
mf_casecnv.c Some comments added to function 2002-08-08 19:34:15 +04:00
mf_dirname.c Code cleanup of new patches 2003-09-23 17:06:44 +03:00
mf_fn_ext.c Fixed searching after ssl directories. 2002-09-05 16:17:08 +03:00
mf_format.c Review of changesets since last pull. 2003-08-07 20:16:37 +03:00
mf_getdate.c Update copyright 2001-12-06 14:10:51 +02:00
mf_iocache.c Cset exclude: thek@kpdesk.mysql.com|ChangeSet|20061106104152|07628 2007-01-09 12:28:46 +01:00
mf_iocache2.c Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
mf_keycache.c Bug#12920 - key_read_requests counter appears to re-set 2005-09-14 09:56:49 +02:00
mf_loadpath.c Fixed mysqldumpslow for new dump format. 2002-03-12 11:52:41 +02:00
mf_pack.c Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882) 2004-03-10 13:46:11 +02:00
mf_path.c Changes from Novell for NetWare platform 2003-04-24 20:48:54 -04:00
mf_qsort.c mf_qsort.c: 2002-02-23 15:22:19 +00:00
mf_qsort2.c Update copyright 2001-12-06 14:10:51 +02:00
mf_radix.c Update copyright 2001-12-06 14:10:51 +02:00
mf_same.c Update copyright 2001-12-06 14:10:51 +02:00
mf_sort.c Update copyright 2001-12-06 14:10:51 +02:00
mf_soundex.c bug#3556 - soundex 2004-04-28 14:19:02 +02:00
mf_strip.c merge with 3.23.51 2002-05-27 23:52:21 +03:00
mf_tempfile.c Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it) 2005-03-03 19:51:29 +01:00
mf_unixpath.c Update copyright 2001-12-06 14:10:51 +02:00
mf_util.c Update copyright 2001-12-06 14:10:51 +02:00
mf_wcomp.c backport wild_compare fix from 4.1 - bug#3924 2004-05-29 17:52:20 +02:00
mf_wfile.c backport wild_compare fix from 4.1 - bug#3924 2004-05-29 17:52:20 +02:00
mulalloc.c Rewrite function comments 2002-07-09 18:59:52 +03:00
my_aes.c Portability fixes for Fortre C++ 5.0 (on Sun) in 32 and 64 bit modes. 2002-11-07 03:54:00 +02:00
my_alarm.c Update copyright 2001-12-06 14:10:51 +02:00
my_alloc.c Proposed (version #2) fix for bug #1948: 2004-02-02 23:01:58 +03:00
my_append.c - replaced all occurences of HPUX with HPUX10 (to be prepared for eventual 2002-10-24 14:30:25 +02:00
my_bit.c count_bits() moved to mysys/ 2003-05-04 18:43:07 +02:00
my_bitmap.c Please the Sun C compiler by qualifying 'inline' as 'static inline'. 2005-03-04 12:31:30 +01:00
my_chsize.c Better fix for CREATE TABLE IF NOT EXISTS ... SELECT 2003-10-15 21:41:13 +03:00
my_clock.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_compress.c Added support for max_allowed_packet in option files read by mysql_option() 2003-01-04 15:17:16 +02:00
my_copy.c Merge with 3.23 to get fixes for --user and BACKUP TABLE 2003-03-10 12:48:43 +02:00
my_create.c Update copyright 2001-12-06 14:10:51 +02:00
my_delete.c Update copyright 2001-12-06 14:10:51 +02:00
my_div.c Rewrite function comments 2002-07-09 18:59:52 +03:00
my_dup.c Update copyright 2001-12-06 14:10:51 +02:00
my_error.c Rewrite function comments 2002-07-09 18:59:52 +03:00
my_fopen.c Update copyright 2001-12-06 14:10:51 +02:00
my_fstream.c Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not": 2004-09-24 11:54:37 +02:00
my_gethostbyname.c merge with 3.23.52 2002-08-12 04:04:43 +03:00
my_getopt.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
my_getwd.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_init.c Added patches from Novell 2004-05-25 22:00:14 +03:00
my_lib.c Fix warning VC++ and fix applied fisrt to source 4.1 2004-08-24 10:40:20 -03:00
my_lock.c Prevent potential problems on 32-Bit machines. 2004-06-25 11:35:37 +02:00
my_lockmem.c Update copyright 2001-12-06 14:10:51 +02:00
my_lread.c Bug #4053: too many of "error 1236: 'binlog truncated in the middle of event' from master" 2006-09-14 23:19:24 -06:00
my_lwrite.c Bug #4053: too many of "error 1236: 'binlog truncated in the middle of event' from master" 2006-09-14 23:19:24 -06:00
my_malloc.c Update mysql-test results after merge 2002-09-18 02:21:29 +03:00
my_messnc.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_mkdir.c Update copyright 2001-12-06 14:10:51 +02:00
my_net.c merge with 3.23.52 2002-08-12 04:04:43 +03:00
my_netware.c Added patches from Novell 2004-05-25 22:00:14 +03:00
my_new.cc fix for bug #1634 '"operator new" in my_new wastes memory' 2003-10-30 12:25:15 +03:00
my_once.c Rewrite function comments 2002-07-09 18:59:52 +03:00
my_open.c Rewrite function comments 2002-07-09 18:59:52 +03:00
my_os2cond.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_os2dirsrch.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_os2dirsrch.h Fixes for Netware 2003-01-28 08:38:28 +02:00
my_os2dlfcn.c Fixed problem with BIGINT and shutdown on AIX 2002-08-12 03:28:02 +03:00
my_os2dlfcn.h0 Fixes for OS2. 2001-08-22 01:45:07 +03:00
my_os2file64.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_os2mutex.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_os2thread.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_os2tls.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_port.c Fixed typo so that ulonglong are properly converted to double on AIX with gcc 3.1 2002-08-16 12:50:21 +03:00
my_pread.c Bug #4053: too many of "error 1236: 'binlog truncated in the middle of event' from master" 2006-09-14 23:19:24 -06:00
my_pthread.c Break a double declare of "uint thr_client_alarm" between "mysys/thr_alarm.c" and "mysys/my_pthread.c". 2007-02-12 19:55:33 +01:00
my_quick.c Bug #4053: too many of "error 1236: 'binlog truncated in the middle of event' from master" 2006-09-14 23:19:24 -06:00
my_read.c Merge siva.hindu.god:/usr/home/tim/m/bk/b4053/40 2006-10-16 19:59:15 -06:00
my_realloc.c Update copyright 2001-12-06 14:10:51 +02:00
my_redel.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_rename.c A fix for Netware. 2005-04-05 13:15:04 +03:00
my_seek.c Cset exclude: thek@kpdesk.mysql.com|ChangeSet|20061106104152|07628 2007-01-09 12:28:46 +01:00
my_semaphore.c more #ifdef THREAD added 2003-04-30 12:32:43 +02:00
my_sleep.c Fixes for Netware 2003-01-28 08:38:28 +02:00
my_static.c Changed safemalloc structure to not have to be 8 byte aligned. (Portability problem) 2003-06-12 22:39:45 +03:00
my_static.h Changed safemalloc structure to not have to be 8 byte aligned. (Portability problem) 2003-06-12 22:39:45 +03:00
my_symlink.c Portability fixes (mostly test suite) 2003-12-16 13:20:17 +02:00
my_symlink2.c Fix autoincrement for signed columns (Bug #1366) 2003-12-12 22:26:58 +02:00
my_sync.c Call my_sync() after all data is written to .frm file 2003-11-02 15:55:02 +02:00
my_tempnam.c Fixed usage of strxnmov() in recent changesets 2004-02-19 22:04:31 +02:00
my_thr_init.c Compile error on Windows: Signal names are undefined. Fix by hiding the whole section. 2007-02-12 15:03:11 +01:00
my_vsnprintf.c Fix warning VC++ and fix applied fisrt to source 4.1 2004-08-24 10:40:20 -03:00
my_wincond.c Update copyright 2001-12-06 14:10:51 +02:00
my_winsem.c Added support for semaphores in mysys. 2002-06-29 00:16:15 +03:00
my_winthread.c Update copyright 2001-12-06 14:10:51 +02:00
my_write.c Bug #4053: too many of "error 1236: 'binlog truncated in the middle of event' from master" 2006-09-14 23:19:24 -06:00
mysys_priv.h Fix for BUG#3248 "Doc says MyISAM warns if disk full but it does not": 2004-09-24 11:54:37 +02:00
ptr_cmp.c Update copyright 2001-12-06 14:10:51 +02:00
queues.c Updated comments 2003-10-15 16:55:24 +03:00
raid.cc Safety fix to enable RAID in max binaries 2003-05-13 10:54:07 +03:00
raid2.c Split raid C function to separate file to make things more portable. 2002-05-27 10:02:00 +03:00
rijndael.c Made keyread (key scanning) a key specific attribute. 2002-06-19 00:22:30 +03:00
safemalloc.c Fixed memory overrun when doing REPAIR on table with multi-part auto_increment key where one part was a packed CHAR 2003-07-18 04:04:24 +03:00
sha1.c Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' 2004-05-19 16:38:12 +03:00
string.c Update copyright 2001-12-06 14:10:51 +02:00
test_charset.c Update copyright 2001-12-06 14:10:51 +02:00
test_dir.c Update copyright 2001-12-06 14:10:51 +02:00
test_fn.c Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882) 2004-03-10 13:46:11 +02:00
testhash.c mysys/testhash.c: Changed Swedish comments to English. 2002-03-27 05:37:55 -06:00
thr_alarm.c Cleanup of thread-type (linuxthread or NTPL) detection code 2007-01-30 18:52:26 +02:00
thr_lock.c Review fixes: 2005-07-26 17:55:58 +03:00
thr_mutex.c Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC 2003-03-21 16:45:39 -05:00
thr_rwlock.c merge with 3.23.52 2002-08-12 04:04:43 +03:00
tree.c Fixed memory allocation in Unique to not allocate too much memory 2003-06-26 07:56:55 +03:00
typelib.c Update copyright 2001-12-06 14:10:51 +02:00