mariadb/include
unknown 4765ab612c Update for OS2 (patch from Yuri Dario).
Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts
Fixed error messages.
Fixed problem with const propagation when comparing columns of different types


BitKeeper/deleted/.del-.cvsignore~a91d63182f0b2366:
  Delete: sql/share/norwegian/.cvsignore
BitKeeper/deleted/.del-.cvsignore~469064b5190d703d:
  Delete: sql/share/norwegian-ny/.cvsignore
Docs/manual.texi:
  Changelog
client/client_priv.h:
  Update for OS2
client/mysqldump.c:
  Update for OS2
include/mysqld_error.h:
  Updated error texts
isam/create.c:
  Removed warning
myisam/myisamchk.c:
  Fix for OS2
myisam/myisampack.c:
  Fix for OS2
mysys/mf_cache.c:
  Fix for OS2
mysys/mf_tempfile.c:
  Fix for OS2
mysys/my_os2file64.c:
  Fix for OS2
mysys/my_tempnam.c:
  Fix for OS2
os2/ChangeLog.os2:
  Fix for OS2
os2/MySQL-Client.icc:
  Fix for OS2
os2/MySQL-Opt.icc:
  Fix for OS2
os2/MySQL-Source.icc:
  Fix for OS2
os2/MySQL-Sql.icc:
  Fix for OS2
os2/MySQL-Util.icc:
  Fix for OS2
sql/mysqld.cc:
  Use LONG_TIMEOUT (one year) instead of ~0 for long timeouts. This avoids some problems when users spefices wrong arguments to mysqld.
sql/nt_servc.cc:
  C
sql/share/czech/errmsg.txt:
  Updated error texts
sql/share/danish/errmsg.txt:
  Updated error texts
sql/share/dutch/errmsg.txt:
  Updated error texts
sql/share/english/errmsg.txt:
  Updated error texts
sql/share/estonian/errmsg.txt:
  Updated error texts
sql/share/french/errmsg.txt:
  Updated error texts
sql/share/german/errmsg.txt:
  Updated error texts
sql/share/greek/errmsg.txt:
  Updated error texts
sql/share/hungarian/errmsg.txt:
  Updated error texts
sql/share/italian/errmsg.txt:
  Updated error texts
sql/share/japanese/errmsg.txt:
  Updated error texts
sql/share/korean/errmsg.txt:
  Updated error texts
sql/share/norwegian-ny/errmsg.txt:
  Updated error texts
sql/share/norwegian/errmsg.txt:
  Updated error texts
sql/share/polish/errmsg.txt:
  Updated error texts
sql/share/portuguese/errmsg.txt:
  Updated error texts
sql/share/romanian/errmsg.txt:
  Updated error texts
sql/share/russian/errmsg.txt:
  Updated error texts
sql/share/slovak/errmsg.txt:
  Updated error texts
sql/share/spanish/errmsg.txt:
  Updated error texts
sql/share/swedish/errmsg.txt:
  Updated error texts
sql/share/ukrainian/errmsg.txt:
  Updated error texts
sql/sql_select.cc:
  Fixed problem with const propagation when comparing columns of different types.
  Fixed bug when HEAP table is converted to MyISAM tables in GROUP BY on long strings.
2001-10-31 03:22:31 +02:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
.my_sys.h.swp fixed --skip-slave-thread bug 2000-10-26 22:11:55 -06:00
config-os2.h OS2 patch 2001-09-12 23:53:31 +03:00
config-win.h Portability fixes. 2001-08-18 10:49:00 +03:00
dbug.h More debug info 2001-09-08 11:47:34 +03:00
errmsg.h Fix for OS2 2001-08-30 01:22:02 +03:00
ft_global.h fixed bug with FULLTEXT and ORDER BY 2000-11-04 15:48:06 +01:00
getopt.h New thr_alarm struct for better integration with OS2 2000-11-28 04:47:47 +02:00
global.h OS2 patch 2001-09-12 23:53:31 +03:00
hash.h Import changeset 2000-07-31 21:29:14 +02:00
heap.h Portability fixes 2001-08-30 10:51:36 +03:00
m_ctype.h Portability fixes 2001-04-23 03:28:08 +03:00
m_string.h Fix for OS2 2001-08-30 01:22:02 +03:00
Makefile.am Added missing file 2001-02-03 18:18:58 +02:00
merge.h OS2 patch 2001-09-12 23:53:31 +03:00
my_alarm.h Import changeset 2000-07-31 21:29:14 +02:00
my_base.h Merge 2001-10-30 17:38:44 +02:00
my_bitmap.h Force sockets to be blocking on HPUX 11.0 2001-02-07 23:27:19 +02:00
my_dir.h Import changeset 2000-07-31 21:29:14 +02:00
my_list.h Import changeset 2000-07-31 21:29:14 +02:00
my_net.h Portability fixes 2001-02-02 03:47:06 +02:00
my_no_pthread.h Import changeset 2000-07-31 21:29:14 +02:00
my_nosys.h Import changeset 2000-07-31 21:29:14 +02:00
my_pthread.h OS2 patch 2001-09-12 23:53:31 +03:00
my_sys.h Fixes for OS2. 2001-08-22 01:45:07 +03:00
my_tree.h Fixes for FULLTEXT and TIME type 2000-09-13 01:08:34 +03:00
myisam.h Fix for LOAD DATA FROM MASTER when using tables with checksum 2001-09-18 04:58:15 +03:00
myisammrg.h Fix for SAFE_MUTEX + MERGE tables 2000-09-21 01:58:38 +03:00
myisampack.h Check that __FLOAT_WORD_ORDER is defined 2001-02-08 04:43:55 +02:00
mysql.h Added unique error for DEADLOCK 2001-09-17 23:43:53 +03:00
mysql_com.h Fixes for OS2. 2001-08-22 01:45:07 +03:00
mysql_version.h.in Changes for --with-server-suffix 2001-01-21 16:30:16 +02:00
mysqld_error.h Update for OS2 (patch from Yuri Dario). 2001-10-31 03:22:31 +02:00
mysys_err.h Added functions for symbolic link handling to make it possible to 2001-05-31 12:18:53 +03:00
nisam.h OS2 patch 2001-09-12 23:53:31 +03:00
queues.h Fixes for MERGE TABLES and HEAP tables 2000-09-14 02:39:07 +03:00
raid.h Ensure that libmysqlclient doesn't use raid 2001-09-04 01:25:34 +03:00
sslopt-case.h Use C-style comments in common header files and C code. 2001-01-16 22:35:27 +02:00
sslopt-longopts.h Import changeset 2000-07-31 21:29:14 +02:00
sslopt-usage.h Import changeset 2000-07-31 21:29:14 +02:00
sslopt-vars.h Import changeset 2000-07-31 21:29:14 +02:00
t_ctype.h Import changeset 2000-07-31 21:29:14 +02:00
thr_alarm.h Fixes for OS2. 2001-08-22 01:45:07 +03:00
thr_lock.h Upgrade TL_WRITE_CONCURRENT_INSERT to TL_WRITE_LOW_PRIORITY if 2001-07-18 23:34:04 +03:00
violite.h Update to new vio 2000-12-31 12:47:29 +02:00