mariadb/mysys
unknown 9b1930152d Changed IF(expr, column, NULL) to take type from column
Fixed some windows portability problems and removed some compiler warnings
 Cleaned up QUOTE() function and fixed bug in \0 and \Z handling.


Docs/manual.texi:
  Changelog
  Added information about new IF() behaviour.
libmysql/libmysql.def:
  Removed mysql_ssl_clear
myisam/mi_dynrec.c:
  Minor cleanup
mysql-test/r/func_str.result:
  Added more tests for QUOTE
mysql-test/t/func_str.test:
  Added more tests for QUOTE
mysys/mf_iocache.c:
  Removed compiler warnings
sql/ha_innodb.cc:
  Added missing null to generated string.
sql/item_cmpfunc.cc:
  Changed IF(expr, column, NULL) to take type from column
sql/item_strfunc.cc:
  Cleaned up QUOTE() function and fixed bug in \0 and \Z handling.
sql/log.cc:
  Minor cleanup
sql/mysql_priv.h:
  Fixed problem with opt_enable_named_pipe
sql/mysqld.cc:
  Fixed problem with opt_enable_named_pipe
  Fixed some syntax errors in windows code
sql/set_var.cc:
  Removed compiler warnings
sql/slave.cc:
  Removed compiler warnings
sql/sql_show.cc:
  Removed compiler warnings
2002-08-12 03:33:46 +03: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 Sergei's MyODBC fix 2002-05-12 23:01:45 -03:00
checksum.c Rewrite function comments 2002-07-09 18:59:52 +03:00
COPYING.LIB PART I: Keys support for MyMERGE tables 2000-08-14 15:27:19 +04:00
default.c New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
errors.c Update copyright 2001-12-06 14:10:51 +02:00
hash.c Sergei's MyODBC fix 2002-05-12 23:01:45 -03: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 Merge with 3.23.51 2002-07-25 22:46:28 +03: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 Update copyright 2001-12-06 14:10:51 +02:00
mf_fn_ext.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
mf_format.c Update copyright 2001-12-06 14:10:51 +02:00
mf_getdate.c Update copyright 2001-12-06 14:10:51 +02:00
mf_iocache.c Changed IF(expr, column, NULL) to take type from column 2002-08-12 03:33:46 +03:00
mf_iocache2.c Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
mf_keycache.c New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
mf_loadpath.c Fixed mysqldumpslow for new dump format. 2002-03-12 11:52:41 +02:00
mf_pack.c Update copyright 2001-12-06 14:10:51 +02:00
mf_path.c Update copyright 2001-12-06 14:10:51 +02: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_sleep.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 Update copyright 2001-12-06 14:10:51 +02:00
mf_strip.c merge with 3.23.51 2002-05-27 23:52:21 +03:00
mf_tempfile.c Some 2002-07-17 15:17:20 +03: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 Update copyright 2001-12-06 14:10:51 +02:00
mf_wfile.c Update copyright 2001-12-06 14:10:51 +02:00
mulalloc.c Rewrite function comments 2002-07-09 18:59:52 +03:00
my_aes.c Possibility to weaken AES key as Mark asked 2002-07-23 19:29:06 +04:00
my_alarm.c Update copyright 2001-12-06 14:10:51 +02:00
my_alloc.c improvement in root memory allocator 2002-06-27 12:26:51 +03:00
my_append.c Update copyright 2001-12-06 14:10:51 +02:00
my_bit.c Update copyright 2001-12-06 14:10:51 +02:00
my_bitmap.c Minors changes for the Windows 3.23.47 release 2001-12-30 00:22:01 -02:00
my_chsize.c Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
my_clock.c Update copyright 2001-12-06 14:10:51 +02:00
my_compress.c Update copyright 2001-12-06 14:10:51 +02:00
my_copy.c Update copyright 2001-12-06 14:10:51 +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 Update copyright 2001-12-06 14:10:51 +02:00
my_gethostbyname.c Portability fix (for HPUX) 2002-06-29 01:00:56 +03:00
my_getopt.c New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
my_getwd.c Update copyright 2001-12-06 14:10:51 +02:00
my_init.c Update copyright 2001-12-06 14:10:51 +02:00
my_lib.c Update copyright 2001-12-06 14:10:51 +02:00
my_lock.c Update copyright 2001-12-06 14:10:51 +02:00
my_lockmem.c Update copyright 2001-12-06 14:10:51 +02:00
my_lread.c Update copyright 2001-12-06 14:10:51 +02:00
my_lwrite.c Update copyright 2001-12-06 14:10:51 +02:00
my_malloc.c Update copyright 2001-12-06 14:10:51 +02:00
my_messnc.c Update copyright 2001-12-06 14:10:51 +02:00
my_mkdir.c Update copyright 2001-12-06 14:10:51 +02:00
my_net.c Update copyright 2001-12-06 14:10:51 +02:00
my_new.cc Update to autoconf 2.52 2002-02-07 21:34:35 +02: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 OS2. 2001-08-22 01:45:07 +03:00
my_os2dirsrch.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
my_os2dirsrch.h Fixes for OS2. 2001-08-22 01:45:07 +03:00
my_os2dlfcn.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
my_os2dlfcn.h0 Fixes for OS2. 2001-08-22 01:45:07 +03:00
my_os2file64.c - Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it> 2002-07-15 18:26:11 +02:00
my_os2mutex.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
my_os2thread.c - Updated OS/2 port with files provided by Yuri Dario <mc6530@mclink.it> 2002-07-15 18:26:11 +02:00
my_os2tls.c Fixes for OS2. 2001-08-22 01:45:07 +03:00
my_pread.c Update copyright 2001-12-06 14:10:51 +02:00
my_pthread.c Fix for Intel compiler (ecc) 2002-08-08 03:14:44 +03:00
my_quick.c Update copyright 2001-12-06 14:10:51 +02:00
my_read.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
my_realloc.c Update copyright 2001-12-06 14:10:51 +02:00
my_redel.c Update copyright 2001-12-06 14:10:51 +02:00
my_rename.c Update copyright 2001-12-06 14:10:51 +02:00
my_seek.c Update copyright 2001-12-06 14:10:51 +02:00
my_semaphore.c Fix for Intel compiler (ecc) 2002-08-08 03:14:44 +03:00
my_static.c Portability fixes 2001-12-17 15:00:14 +02:00
my_static.h safemalloc cleanup. Maybe it will now compile on FreeBSD. I still not have 2002-04-05 23:07:25 -07:00
my_symlink.c Update copyright 2001-12-06 14:10:51 +02:00
my_symlink2.c Update copyright 2001-12-06 14:10:51 +02:00
my_tempnam.c Update for running gcc 3.x (mainly on HPUX) 2002-06-30 18:57:21 +03:00
my_thr_init.c Fixes for compiling distribution with MIT-threads 2002-06-20 23:26:39 +03:00
my_vsnprintf.c load local fix 2002-03-02 12:45:44 -07: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 Update copyright 2001-12-06 14:10:51 +02:00
mysys_priv.h Update copyright 2001-12-06 14:10:51 +02:00
ptr_cmp.c Update copyright 2001-12-06 14:10:51 +02:00
queues.c Big code cleanup/review before 4.0.2 release. 2002-06-11 11:20:31 +03:00
raid.cc Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +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 bug in REPAIR table. 2002-06-28 15:06:04 +03:00
sha1.c Fix some warning issued by Windows Compiler 2002-06-23 22:50:22 +04: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 Update copyright 2001-12-06 14:10:51 +02:00
testhash.c mysys/testhash.c: Changed Swedish comments to English. 2002-03-27 05:37:55 -06:00
thr_alarm.c Removed mysql_ssl_clear() 2002-06-27 11:27:04 +03:00
thr_lock.c Update copyright 2001-12-06 14:10:51 +02:00
thr_mutex.c Ugly merge! But I am not done yet - there are a number of things I need to fix 2002-01-19 22:46:25 -07:00
thr_rwlock.c Added support for rw_tryrdlock() and rw_trywrlock() 2002-06-29 20:26:33 +03:00
tree.c Update copyright 2001-12-06 14:10:51 +02:00
typelib.c Update copyright 2001-12-06 14:10:51 +02:00