.. |
.cvsignore
|
|
|
array.c
|
WL1034 update for latest 5.1 sources
|
2005-12-02 13:07:02 +01:00 |
base64.c
|
WL#1012: All changes as one single changeset.
|
2005-12-22 06:39:02 +01:00 |
ChangeLog
|
|
|
charset-def.c
|
sql_show.cc:
|
2006-01-18 12:27:02 +04:00 |
charset.c
|
Merge mysql.com:/usr/home/bar/mysql-4.1
|
2005-10-20 11:12:34 +05: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
|
many warnings (practically safe but annoying) corrected
|
2006-01-03 17:54:54 +01:00 |
errors.c
|
|
|
hash.c
|
Merge mysql.com:/opt/local/work/mysql-5.0-merge
|
2006-01-05 00:38:51 +03:00 |
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
|
This patch cleans up two tests which were a bit fragile from other failing tests. It also removes some variables associated with removed RAID support.
|
2006-02-24 13:20:51 -08:00 |
md5.c
|
|
|
mf_brkhant.c
|
|
|
mf_cache.c
|
|
|
mf_dirname.c
|
Merge mysql.com:/home/my/mysql-5.0
|
2006-02-25 21:54:34 +02:00 |
mf_fn_ext.c
|
|
|
mf_format.c
|
WL#1324 table name to file name encoding
|
2005-12-31 09:01:26 +04: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
|
many warnings (practically safe but annoying) corrected
|
2006-01-03 17:54:54 +01:00 |
mf_keycache.c
|
Reviewing new pushed code
|
2005-10-12 00:58:22 +03:00 |
mf_keycaches.c
|
|
|
mf_loadpath.c
|
|
|
mf_pack.c
|
Table definition cache, part 2
|
2005-11-23 22:45:02 +02: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
|
Rename of my_strdup_with_lenght to match the more common "strndup" method. Soo its now my_strndup().
|
2006-01-25 19:54:42 -08:00 |
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
|
Table definition cache, part 2
|
2005-11-23 22:45:02 +02:00 |
my_append.c
|
|
|
my_bit.c
|
|
|
my_bitmap.c
|
Merge mysql.com:/home/my/mysql-5.0
|
2006-02-25 21:54:34 +02:00 |
my_chsize.c
|
|
|
my_clock.c
|
|
|
my_compress.c
|
C++ comments in C files are not portable.
|
2006-01-17 21:38:19 +01:00 |
my_conio.c
|
Small update for lock functions used in my_cgets()
|
2005-09-20 20:03:51 +04:00 |
my_copy.c
|
Avoiding conditional jump on uninitialized variable (BUG#14904).
|
2005-12-27 02:01:58 +02:00 |
my_crc32.c
|
|
|
my_create.c
|
Fixes bug #13377. my_open() & my_create() functions changed to use
|
2005-11-14 16:01:10 +03:00 |
my_delete.c
|
|
|
my_div.c
|
|
|
my_dup.c
|
|
|
my_error.c
|
many warnings (practically safe but annoying) corrected
|
2006-01-03 17:54:54 +01:00 |
my_file.c
|
|
|
my_fopen.c
|
Cleanup during review of new code
|
2005-06-21 18:18:58 +03:00 |
my_fstream.c
|
|
|
my_gethostbyname.c
|
|
|
my_gethwaddr.c
|
|
|
my_getopt.c
|
Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
|
2005-10-27 23:43:20 +03:00 |
my_getsystime.c
|
|
|
my_getwd.c
|
|
|
my_handler.c
|
Merge 4.1 - 5.0
|
2005-10-28 02:36:19 +03:00 |
my_init.c
|
Automerge
|
2006-02-15 00:01:46 +01:00 |
my_largepage.c
|
|
|
my_lib.c
|
Fix for bug#15851 Unlistable directories yield no info from information_schema
|
2006-01-24 15:59:08 +04:00 |
my_lock.c
|
|
|
my_lockmem.c
|
|
|
my_lread.c
|
|
|
my_lwrite.c
|
|
|
my_malloc.c
|
Rename of my_strdup_with_lenght to match the more common "strndup" method. Soo its now my_strndup().
|
2006-01-25 19:54:42 -08:00 |
my_messnc.c
|
|
|
my_mkdir.c
|
|
|
my_mmap.c
|
|
|
my_net.c
|
|
|
my_netware.c
|
|
|
my_new.cc
|
|
|
my_once.c
|
cleanup
|
2006-01-04 10:36:49 +01:00 |
my_open.c
|
Polishing: get rid of C++-style comments.
|
2005-11-24 18:27:14 +03:00 |
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
|
Fix wait_timeout (and kill) handling on Mac OS X by cleaning up how
|
2005-10-11 09:12:12 -07:00 |
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
|
This patch cleans up two tests which were a bit fragile from other failing tests. It also removes some variables associated with removed RAID support.
|
2006-02-24 13:20:51 -08:00 |
my_static.h
|
|
|
my_symlink.c
|
|
|
my_symlink2.c
|
After merge fixes
|
2006-02-26 15:11:56 +02:00 |
my_sync.c
|
|
|
my_thr_init.c
|
dbug changes:
|
2006-02-14 22:36:11 +01:00 |
my_vle.c
|
WL#1012: All changes as one single changeset.
|
2005-12-22 06:39:02 +01:00 |
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
|
WL#1034 update
|
2005-12-12 21:19:19 +01:00 |
rijndael.c
|
|
|
safemalloc.c
|
Rename of my_strdup_with_lenght to match the more common "strndup" method. Soo its now my_strndup().
|
2006-01-25 19:54:42 -08:00 |
sha1.c
|
A fix for Bug#13944 "libmysqlclient exporting sha1_result function":
|
2006-01-11 17:31:52 +03:00 |
string.c
|
|
|
test_charset.c
|
|
|
test_dir.c
|
|
|
test_fn.c
|
|
|
test_xml.c
|
|
|
testhash.c
|
dbug changes:
|
2006-02-14 22:36:11 +01:00 |
thr_alarm.c
|
locking issues,
|
2005-12-23 20:50:28 +01:00 |
thr_lock.c
|
WL #2604: Partition Management
|
2006-01-17 08:40:00 +01:00 |
thr_mutex.c
|
Merge neptunus.(none):/home/msvensson/mysql/bug16333/my50-bug16333
|
2006-02-16 10:08:02 +01:00 |
thr_rwlock.c
|
|
|
tree.c
|
Bug#8321 - myisampack bug in compression algorithm
|
2005-06-24 19:34:55 +02:00 |
trie.c
|
|
|
typelib.c
|
|
|