mariadb/mysys
unknown bec380588e Building with compile-pentium-valgrind-max (without safemalloc) defines my_free() without flags,
so a typo on flags will go unnoticed; I put flags in this my_free() definition (as a no-op which
will still make the compiler check correctness of the flags). Applied: this caught a typo in my_realloc.c. Kindly approved by Konstantin and Mats.


include/my_sys.h:
  When we define my_free(PTR,FG) to be my_no_flags_free(PTR) we don't make the compiler check
  correctness of FG, which can hurt if another person build with a different definition of my_free;
  so I add FG in the expression.
mysys/my_realloc.c:
  typo found by the change in my_sys.h :)
2005-10-13 00:24:14 +02:00
..
.cvsignore
array.c
ChangeLog
charset-def.c Many files: 2005-09-12 19:35:50 +05:00
charset.c Merge a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-4.1 2005-08-26 15:56:52 +03:00
checksum.c
default.c Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.0 2005-09-30 12:25:39 +02:00
default_modify.c
errors.c
hash.c
list.c Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-08-15 12:37:45 -07:00
make-ccc
make-conf.c
Makefile.am Revert a change that breaks (at least) all "max" builds. 2005-08-25 20:01:56 +02:00
md5.c
mf_brkhant.c
mf_cache.c
mf_dirname.c Bug#5439 : mysql_server_init() crashes if ShiftJIS path is passed 2005-08-08 19:52:30 +05:00
mf_fn_ext.c
mf_format.c Review of code pushed since last 5.0 pull: 2005-10-06 17:54:43 +03:00
mf_getdate.c Fix build using --without-server. (Bug #11680) 2005-08-23 11:25:24 -07:00
mf_iocache.c Several fixes revelaled by Intel compiler. 2005-09-23 16:47:08 +03:00
mf_iocache2.c
mf_keycache.c Reviewing new pushed code 2005-10-12 00:58:22 +03:00
mf_keycaches.c
mf_loadpath.c
mf_pack.c Bug#5439 : mysql_server_init() crashes if ShiftJIS path is passed 2005-08-08 19:52:30 +05:00
mf_path.c
mf_qsort.c
mf_qsort2.c
mf_radix.c
mf_same.c
mf_sort.c
mf_soundex.c
mf_strip.c
mf_tempdir.c
mf_tempfile.c
mf_unixpath.c
mf_util.c
mf_wcomp.c
mf_wfile.c
mulalloc.c
my_access.c Merge mysql.com:/home/jimw/my/mysql-4.1-clean 2005-08-31 19:12:16 -07:00
my_aes.c
my_alarm.c
my_alloc.c A fix and a test case for Bug#6513 "Test Suite: Values inserted by using 2005-09-22 02:11:21 +04:00
my_append.c
my_bit.c
my_bitmap.c Bug#10932 - Building server with key limit of 128, makes test cases fail 2005-07-19 14:13:56 +02:00
my_chsize.c
my_clock.c
my_compress.c
my_conio.c Small update for lock functions used in my_cgets() 2005-09-20 20:03:51 +04:00
my_copy.c
my_crc32.c
my_create.c
my_delete.c
my_div.c
my_dup.c
my_error.c
my_file.c
my_fopen.c
my_fstream.c
my_gethostbyname.c
my_gethwaddr.c
my_getopt.c Fixed a bug in argument sending to get_one_option. 2005-10-06 22:09:15 +03:00
my_getsystime.c
my_getwd.c
my_handler.c
my_init.c Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-09-28 11:34:53 +02:00
my_largepage.c
my_lib.c
my_lock.c
my_lockmem.c
my_lread.c
my_lwrite.c
my_malloc.c
my_messnc.c
my_mkdir.c
my_mmap.c
my_net.c
my_netware.c
my_new.cc
my_once.c
my_open.c
my_os2cond.c Reviewing new pushed code 2005-10-12 00:58:22 +03:00
my_os2dirsrch.c
my_os2dirsrch.h
my_os2dlfcn.c
my_os2dlfcn.h0
my_os2file64.c
my_os2mutex.c
my_os2thread.c pthread_handler_decl() changed to be ctags-friendly 2005-10-08 16:39:55 +02:00
my_os2tls.c
my_port.c
my_pread.c
my_pthread.c
my_quick.c
my_read.c
my_realloc.c Building with compile-pentium-valgrind-max (without safemalloc) defines my_free() without flags, 2005-10-13 00:24:14 +02:00
my_redel.c
my_rename.c
my_seek.c
my_semaphore.c
my_sleep.c
my_static.c Fixes during review of new pushed code 2005-07-31 12:49:55 +03:00
my_static.h
my_symlink.c
my_symlink2.c
my_sync.c
my_thr_init.c
my_wincond.c
my_windac.c
my_winsem.c
my_winthread.c pthread_handler_decl() changed to be ctags-friendly 2005-10-08 16:39:55 +02:00
my_write.c
mysys_priv.h
ptr_cmp.c
queues.c
raid.cc
raid2.c
rijndael.c
safemalloc.c
sha1.c
string.c
test_charset.c
test_dir.c
test_fn.c
test_xml.c
testhash.c
thr_alarm.c
thr_lock.c Reviewing new pushed code 2005-10-12 00:58:22 +03:00
thr_mutex.c Reviewing new pushed code 2005-10-12 00:58:22 +03:00
thr_rwlock.c
tree.c
typelib.c