mariadb/mysys
2018-02-23 08:43:34 +01:00
..
array.c
base64.c Merge branch '10.1' into 10.2 2017-03-30 12:48:42 +02:00
ChangeLog
charset-def.c
charset.c
checksum.c
CMakeLists.txt Merge remote-tracking branch '5.5' into 10.0 2018-01-24 12:29:31 +02:00
errors.c
file_logger.c Fix and reenable Windows compiler warning C4800 (size_t conversion). 2018-01-26 10:37:46 +00:00
get_password.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
guess_malloc_library.c Fixed compiler warnings in guess_malloc_library 2018-01-15 16:44:44 +02:00
hash.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
lf_alloc-pin.c Fix typos in some comments 2017-12-18 11:16:47 +04:00
lf_dynarray.c
lf_hash.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
list.c MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. 2017-09-28 17:20:46 +00:00
ma_dyncol.c Merge bb-10.2-ext into 10.3 2018-02-15 10:22:03 +02:00
mf_arr_appstr.c
mf_cache.c
mf_dirname.c
mf_fn_ext.c
mf_format.c
mf_getdate.c
mf_iocache.c Merge bb-10.2-ext into 10.3 2018-02-15 10:22:03 +02:00
mf_iocache2.c Fixed crashing bug in mysqlbinlog 2018-01-03 01:05:25 +02:00
mf_keycache.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
mf_keycaches.c
mf_loadpath.c
mf_pack.c
mf_path.c
mf_qsort.c
mf_qsort2.c
mf_radix.c
mf_same.c
mf_sort.c
mf_soundex.c
mf_tempdir.c
mf_tempfile.c
mf_unixpath.c
mf_wcomp.c
mulalloc.c
my_access.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
my_addr_resolve.c MDEV-15345 Compilation fails to build my_addr_resolve.c 2018-02-22 16:46:11 +01:00
my_alarm.c
my_alloc.c Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext 2018-02-08 19:06:25 +04:00
my_atomic_writes.c Minor spelling fixes in code comments, docs and output 2018-01-12 16:49:02 +02:00
my_basename.c Enusure that my_global.h is included first 2017-08-24 01:05:44 +02:00
my_bit.c
my_bitmap.c Adding multi_range_read support to partitions 2017-12-03 13:58:34 +02:00
my_chmod.c Correct FSF address 2017-03-10 18:21:29 +01:00
my_chsize.c
my_compare.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
my_compress.c
my_conio.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
my_context.c Minor spelling fixes in code comments, docs and output 2018-01-12 16:49:02 +02:00
my_copy.c
my_create.c
my_default.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
my_delete.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
my_div.c
my_dlerror.c
my_error.c
my_file.c
my_fopen.c mysys: Remove freebsd freopen implementation 2017-11-15 11:37:32 +08:00
my_fstream.c MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. 2017-09-28 17:20:46 +00:00
my_gethwaddr.c
my_getncpus.c
my_getopt.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
my_getpagesize.c
my_getsystime.c
my_getwd.c MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. 2017-09-28 17:20:46 +00:00
my_init.c Re-enable 'S' for --debug (sf_sanity checking for each call) 2017-12-22 14:56:58 +02:00
my_largepage.c
my_lib.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
my_libwrap.c
my_lock.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
my_lockmem.c
my_malloc.c Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2018-01-29 12:44:20 +04:00
my_memmem.c
my_mess.c
my_mkdir.c
my_mmap.c
my_new.cc MDEV-13459 Warnings, when compiling with gcc-7.x 2017-10-17 07:37:39 +02:00
my_once.c
my_open.c
my_port.c Correct FSF address 2017-03-10 18:21:29 +01:00
my_pread.c
my_pthread.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
my_quick.c
my_rdtsc.c MDEV-8692 prefschema test failures on ARM (on Debian build system) 2017-07-17 12:34:58 +02:00
my_read.c Made IO_CACHE safe for reading big blocks (> 2G) 2017-12-29 13:38:55 +02:00
my_redel.c
my_rename.c
my_rnd.c Correct FSF address 2017-03-10 18:21:29 +01:00
my_safehash.c MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. 2017-09-28 17:20:46 +00:00
my_safehash.h Correct FSF address 2017-03-10 18:21:29 +01:00
my_seek.c
my_setuser.c
my_sleep.c
my_static.c
my_static.h
my_symlink.c Merge remote-tracking branch '5.5' into 10.0 2017-06-20 12:31:17 +03:00
my_symlink2.c MDEV-12230 include/my_sys.h:600:43: error: unknown type name ‘PSI_file_key’" when -DWITHOUT_SERVER=1 2017-04-20 16:36:23 +02:00
my_sync.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
my_thr_init.c Merge bb-10.2-ext into 10.3 2018-02-15 10:22:03 +02:00
my_timer_cycles.il
my_uuid.c Correct FSF address 2017-03-10 18:21:29 +01:00
my_wincond.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
my_windac.c Windows, compiling : reenable warning C4996 (deprecated functions) 2018-02-07 20:17:38 +00:00
my_winerr.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
my_winfile.c
my_winthread.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
my_write.c
mysys_priv.h Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
psi_noop.c
ptr_cmp.c
queues.c
safemalloc.c Re-enable 'S' for --debug (sf_sanity checking for each call) 2017-12-22 14:56:58 +02:00
stacktrace.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
string.c MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from 'size_t' to 'type', possible loss of data) 2018-02-06 12:55:58 +00:00
test_charset.c
test_dir.c
test_thr_mutex.c Correct FSF address 2017-03-10 18:21:29 +01:00
test_xml.c
testhash.c
thr_alarm.c Make possible to use clang on Windows (clang-cl) 2018-02-20 21:17:36 +00:00
thr_lock.c Merge bb-10.2-ext into 10.3 2017-10-04 08:24:06 +03:00
thr_mutex.c Minor spelling fixes in code comments, docs and output 2018-01-12 16:49:02 +02:00
thr_rwlock.c
thr_timer.c
tree.c Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3 2018-02-04 18:40:06 +04:00
typelib.c Merge remote-tracking branch 'origin/10.1' into 10.2 2017-12-22 12:23:39 +02:00
waiting_threads.c Merge bb-10.2-ext into 10.3 2017-12-12 09:57:17 +02:00
wqueue.c Merge bb-10.2-ext into 10.3 2017-10-04 08:24:06 +03:00