You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Sergei Golubchik 3794110f02 fix the build and compiler warnings (few of which were real bugs) 14 years ago
..
CMakeLists.txt merge with 5.3 14 years ago
ChangeLog Fix skipp -> skip once and for all. 22 years ago
array.c adding DBUG_ENTER/DBUG_RETURN tags that were useful when fixing memory leaks 15 years ago
base64.c fixed compilation warnings. addendum to the fix for bug 29125 17 years ago
charset-def.c lots of post-merge changes 15 years ago
charset.c merge with 5.3 14 years ago
checksum.c lots of post-merge changes 15 years ago
default.c adding DBUG_ENTER/DBUG_RETURN tags that were useful when fixing memory leaks 15 years ago
errors.c 5.5-merge 15 years ago
hash.c merge with 5.3 14 years ago
lf_alloc-pin.c 5.5-merge 15 years ago
lf_dynarray.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 16 years ago
lf_hash.c merge. 15 years ago
list.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 16 years ago
ma_dyncol.c fix the build and compiler warnings (few of which were real bugs) 14 years ago
md5.c Bug #42434: license of mysys MD5 implementation is not GPL-compatible 17 years ago
mf_arr_appstr.c Bug #20748: Configuration files should not be read more than once 18 years ago
mf_cache.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 16 years ago
mf_dirname.c WL#5486: Remove code for unsupported platforms 16 years ago
mf_fn_ext.c WL#5486: Remove code for unsupported platforms 16 years ago
mf_format.c Bug #58455 15 years ago
mf_getdate.c fix compilation warning 15 years ago
mf_iocache.c merge with 5.3 14 years ago
mf_iocache2.c 5.5-merge 15 years ago
mf_keycache.c 5.5-merge 15 years ago
mf_keycaches.c Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1 19 years ago
mf_loadpath.c Merge with MySQL 5.1.47 16 years ago
mf_pack.c Fixed bug#12403662 (formerly known as bug#60987): LOAD DATA LOCAL INFILE 15 years ago
mf_path.c WL#5486: Remove code for unsupported platforms 16 years ago
mf_qsort.c We are now using Valgrind rather than purify, and have for quite some time. 17 years ago
mf_qsort2.c Many files: 19 years ago
mf_radix.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
mf_same.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
mf_sort.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 16 years ago
mf_soundex.c Added extra argument to longlong2str() to make it have same prototype is int2str() 15 years ago
mf_tempdir.c WL#5486: Remove code for unsupported platforms 16 years ago
mf_tempfile.c WL#5486: Remove code for unsupported platforms 16 years ago
mf_unixpath.c WL#5486: Remove code for unsupported platforms 16 years ago
mf_wcomp.c Many files: 19 years ago
mulalloc.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
my_access.c Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 years ago
my_aes.c my_strtoll10-x86.s: 19 years ago
my_alarm.c Many files: 19 years ago
my_alloc.c add safemalloc back 15 years ago
my_atomic.c WL#5498: Remove dead and unused source code 15 years ago
my_bit.c WL#5498: Remove dead and unused source code 15 years ago
my_bitmap.c merge with 5.3 14 years ago
my_chmod.c Added wrapper for chmod(): my_chmod() 18 years ago
my_chsize.c This is the downport of 16 years ago
my_compare.c merge with 5.3 14 years ago
my_compress.c lots of post-merge changes 15 years ago
my_conio.c Bug#29125 Windows Server X64: so many compiler warnings 17 years ago
my_copy.c lots of post-merge changes 15 years ago
my_crc32.c Many files: 19 years ago
my_create.c WL#5161 : Cross-platform build with CMake 16 years ago
my_delete.c Backport of revid:ingo.struewing@sun.com-20091223200354-r2uzbdkj2v6yv111 16 years ago
my_div.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
my_error.c lots of post-merge changes 15 years ago
my_file.c merge. 15 years ago
my_fopen.c merge with 5.3 14 years ago
my_fstream.c BUG#57953 my_load_defaults return junk argument ----args-separator---- to caller 15 years ago
my_gethwaddr.c Merge of mysql-5.1-bugteam into mysql-5.5-bugteam. 15 years ago
my_getncpus.c merge with 5.3 14 years ago
my_getopt.c adding DBUG_ENTER/DBUG_RETURN tags that were useful when fixing memory leaks 15 years ago
my_getpagesize.c Many files: 19 years ago
my_getsystime.c merge with 5.3 14 years ago
my_getwd.c WL#5486: Remove code for unsupported platforms 16 years ago
my_handler_errors.h merge with 5.3 14 years ago
my_init.c merge with 5.3 14 years ago
my_largepage.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 16 years ago
my_lib.c BUG#57953 my_load_defaults return junk argument ----args-separator---- to caller 15 years ago
my_libwrap.c Many files: 19 years ago
my_lock.c merge. 15 years ago
my_lockmem.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 16 years ago
my_malloc.c adding DBUG_ENTER/DBUG_RETURN tags that were useful when fixing memory leaks 15 years ago
my_memmem.c WL#3817: Simplify string / memory area types and make things more consistent (first part) 19 years ago
my_mess.c WL#5486: Remove code for unsupported platforms 16 years ago
my_mkdir.c Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 years ago
my_mmap.c Backport of revid:ingo.struewing@sun.com-20091223200354-r2uzbdkj2v6yv111 16 years ago
my_new.cc Bug#43461: invalid comparison with string literal in default.c 17 years ago
my_once.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 16 years ago
my_open.c merge with 5.3 14 years ago
my_port.c Merge with MySQL 5.1.57/58 15 years ago
my_pread.c merge with 5.3 14 years ago
my_pthread.c 5.5-merge 15 years ago
my_quick.c This is the downport of 16 years ago
my_rdtsc.c WL#5665: Removal of the autotools-based build system 15 years ago
my_read.c BUG#57953 my_load_defaults return junk argument ----args-separator---- to caller 15 years ago
my_redel.c merge with 5.3 14 years ago
my_rename.c WL#5486: Remove code for unsupported platforms 16 years ago
my_rnd.c We are now using Valgrind rather than purify, and have for quite some time. 17 years ago
my_safehash.c use PSI wrappers in aria and other non-MySQL code 15 years ago
my_safehash.h use PSI wrappers in aria and other non-MySQL code 15 years ago
my_seek.c merge with 5.3 14 years ago
my_sleep.c merge. 15 years ago
my_static.c merge with 5.3 14 years ago
my_static.h merge with 5.3 14 years ago
my_symlink.c Merge with MySQL 5.1.55 15 years ago
my_symlink2.c Fix for: LP #634955: Assert in _ma_update_at_original_place() 15 years ago
my_sync.c merge with 5.3 14 years ago
my_thr_init.c merge with 5.3 14 years ago
my_timer_cycles.il WL#2373 Use cycle counter for timing 16 years ago
my_uuid.c merge with 5.3 14 years ago
my_wincond.c merge with 5.3 14 years ago
my_windac.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 16 years ago
my_winerr.c This is the downport of 16 years ago
my_winfile.c Bug#55629 5.5.x goes into infinite loop and high cpu after 15 years ago
my_winthread.c 5.5-merge 15 years ago
my_write.c merge with 5.3 14 years ago
mysys_priv.h use PSI wrappers in aria and other non-MySQL code 15 years ago
ptr_cmp.c Bug #58699 cannot build with gcc dbg on solaris 15 years ago
queues.c merge. 15 years ago
rijndael.c WL#5498: Remove dead and unused source code 15 years ago
sha1.c Bug #56427 : Replace copyright notice removed from SHA1 code 15 years ago
stacktrace.c add safemalloc back 15 years ago
string.c merge with 5.3 14 years ago
test_charset.c WL#5498: Remove dead and unused source code 15 years ago
test_dir.c Merge mysql.com:/home/kent/bk/main/mysql-5.0 19 years ago
test_thr_mutex.c Add missing file: Testing of mutex-wrong-usage-detector 17 years ago
test_xml.c Many files: 19 years ago
testhash.c Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabled 16 years ago
thr_alarm.c merge with 5.3 14 years ago
thr_lock.c merge with 5.3 14 years ago
thr_mutex.c safe_mutex deadlock detector post-merge fixes 14 years ago
thr_rwlock.c merge with 5.3 14 years ago
tree.c merge with 5.3 14 years ago
typelib.c post-merge fixes. 15 years ago
waiting_threads.c merge with 5.3 14 years ago
wqueue.c lots of post-merge changes 15 years ago