mariadb/innobase/include
unknown 84f81dc593 Fixes for Netware
Call pthread_mutex_destroy() on not used mutex.
Changed comments in .h and .c files from // -> /* */
Added detection of mutex on which one didn't call pthread_mutex_destroy()
Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression"
Added optimisation for ORDER BY NULL


BitKeeper/deleted/.del-ChangeLog~dfc92e15bee6fc75:
  Delete: sql/ChangeLog
BUILD/compile-pentium-valgrind-max:
  Don't use valgrind with safemalloc as this can hide some bugs
Makefile.am:
  Added platform dirs
bdb/os/os_handle.c:
  Portability fix
client/mysql.cc:
  Fixes for Netware.
  Fixed duplicate output when using 'tee'
  Simple optimisations
client/mysqldump.c:
  Portability fix
client/mysqltest.c:
  Portability fix
configure.in:
  Fixes for Netware
extra/resolveip.c:
  Fixes for Netware
include/Makefile.am:
  Fixes for Netware
include/config-win.h:
  Portability fix
include/my_global.h:
  Fixes for Netware
include/my_net.h:
  Fixes for Netware
include/my_pthread.h:
  Fixes for Netware
  Added detection of mutexes that was not destroyed
include/my_sys.h:
  Fixes for Netware
  Added 'extern' before external functions
include/mysql.h:
  Fixes for Netware
innobase/configure.in:
  Fixes for Netware
innobase/include/os0thread.h:
  Fixes for Netware
innobase/os/os0sync.c:
  Fixes for Netware
innobase/os/os0thread.c:
  Fixes for Netware
innobase/srv/srv0srv.c:
  Fixes for Netware
innobase/srv/srv0start.c:
  Fixes for Netware
innobase/sync/sync0sync.c:
  Fixes for Netware
isam/test3.c:
  Disable test on Netware
libmysql/Makefile.shared:
  Added my_sleep
libmysql/get_password.c:
  Fixes for Netware
libmysql/libmysql.c:
  Fixes for Netware
  Made mysql_once_init() global
libmysql/manager.c:
  Fixes for Netware
myisam/mi_test3.c:
  Disable test for netware
mysql-test/mysql-test-run.sh:
  Give warning if output file contains errors
mysql-test/r/count_distinct.result:
  More tests
mysql-test/r/group_by.result:
  Test of ORDER BY NULL
mysql-test/t/backup.test:
  Fixes for Netware
mysql-test/t/count_distinct.test:
  More tests
mysql-test/t/func_crypt.test:
  Fixes for Netware
mysql-test/t/grant_cache.test:
  Fixes for Netware
mysql-test/t/group_by.test:
  Tests of ORDER BY NULL
mysql-test/t/rpl000015.test:
  Fixes for Netware
mysql-test/t/rpl000017.test:
  Fixes for Netware
mysql-test/t/rpl_rotate_logs.test:
  Fixes for Netware
mysys/Makefile.am:
  Added my_sleep.c and my_netware.c
mysys/charset.c:
  Fixes for Netware
mysys/default.c:
  Fixes for Netware
mysys/mf_tempfile.c:
  Fixes for Netware
mysys/my_clock.c:
  Fixes for Netware
mysys/my_copy.c:
  Fixes for Netware
mysys/my_getwd.c:
  Changed function comment from // -> /* */
mysys/my_init.c:
  Fixes for Netware
mysys/my_lock.c:
  Fixes for Netware
mysys/my_messnc.c:
  Fixes for Netware
mysys/my_os2cond.c:
  Removed comment
mysys/my_os2dirsrch.c:
  Changed function comment from // -> /* */
  Fixed indentation
mysys/my_os2dirsrch.h:
  Changed function comment from // -> /* */
  Fixed indentation
mysys/my_os2file64.c:
  Changed function comment from // -> /* */
  Fixed indentation
mysys/my_os2mutex.c:
  Changed function comment from // -> /* */
  Fixed indentation
mysys/my_os2thread.c:
  Changed function comment from // -> /* */
  Fixed indentation
mysys/my_os2tls.c:
  Changed function comment from // -> /* */
  Fixed indentation
mysys/my_pthread.c:
  Fixes for Netware
mysys/my_redel.c:
  Fixes for Netware
mysys/my_tempnam.c:
  Fixes for Netware
mysys/my_thr_init.c:
  Remove created mutexes when program ends.
mysys/mysys_priv.h:
  Cleanup
mysys/safemalloc.c:
  Prefix error messages with "Error:"
mysys/thr_alarm.c:
  Destroy internal mutex on end_thr_alarm.
mysys/thr_mutex.c:
  Added detection of mutex on which one didn't call pthread_mutex_destroy()
scripts/make_binary_distribution.sh:
  Fixes for Netware
sql/des_key_file.cc:
  Free mutex at end
sql/ha_innodb.cc:
  Free mutex at end
sql/ha_myisam.cc:
  Changed warnings from REPAIR Note:
  (For mysql-test-run)
sql/hostname.cc:
  Fixes for Netware
sql/item.h:
  Fixed bug in create_tmp_field() which causes a memory overrun
sql/item_func.cc:
  Free used mutexes
sql/item_sum.cc:
  Fixed bug in create_tmp_field() which causes a memory overrun
sql/log.cc:
  Free used mutexes
sql/my_lock.c:
  Fixes for Netware
sql/mysql_priv.h:
  Fixes for Netware
sql/mysqld.cc:
  Fixes for Netware
  Added Have_crypt
  Properly free mutexes from MYSQL_LOG by calling cleanup
  Free mutex before exit
sql/repl_failsafe.cc:
  Fixes for Netware
sql/set_var.cc:
  Added have_crypt
sql/share/english/errmsg.txt:
  Added version socket and port to stderr log
sql/slave.cc:
  Remove global MASTER_INFO variable and use instead an allocated variable.
  This allows us to correctly free used mutex.
sql/slave.h:
  Move constructors and destuctors to slave.cc
  (To make it easier to clear all needed variables)
sql/sql_base.cc:
  Safety fix
sql/sql_class.h:
  Portability fixes.
  Added 'cleanup' to log handling to be able to free mutexes.
sql/sql_insert.cc:
  Fixes for Netware
mysys/my_sleep.c:
  E
sql/sql_parse.cc:
  Fixes for Netware
sql/sql_select.cc:
  Added optimisation for ORDER BY NULL
sql/sql_select.h:
  Fixed bug in create_tmp_field() which causes a memory overrun
sql/sql_table.cc:
  Fixed bug in create_tmp_field() which causes a memory overrun
sql/sql_udf.cc:
  Free mutex on end
vio/test-ssl.c:
  Simple code cleanup
vio/test-sslclient.c:
  Simple code cleanup
vio/test-sslserver.c:
  Simple code cleanup
vio/viotest-ssl.c:
  Simple code cleanup
2003-01-28 08:38:28 +02:00
..
btr0btr.h btr0cur.h, btr0btr.h, btr0btr.c, btr0cur.c, row0purge.c: 2003-01-13 15:52:39 +02:00
btr0btr.ic Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
btr0cur.h btr0cur.h, btr0btr.h, btr0btr.c, btr0cur.c, row0purge.c: 2003-01-13 15:52:39 +02:00
btr0cur.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
btr0pcur.h Many files: 2002-11-09 18:23:09 +02:00
btr0pcur.ic Many files: 2002-11-09 18:23:09 +02:00
btr0sea.h btr0sea.h, btr0sea.c: 2003-01-18 15:01:56 +02:00
btr0sea.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
btr0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
buf0buf.h Many files: 2002-12-22 01:54:29 +02:00
buf0buf.ic merge with 3.23.52 2002-08-08 15:24:47 +03:00
buf0flu.h Many files: 2002-03-21 18:03:09 +02:00
buf0flu.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
buf0lru.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
buf0lru.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
buf0rea.h Many files: 2002-06-22 20:41:14 +03:00
buf0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
com0com.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
com0com.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
com0shm.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
com0shm.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
data0data.h Many files: 2002-06-22 20:41:14 +03:00
data0data.ic Many files: 2002-06-22 20:41:14 +03:00
data0type.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
data0type.ic data0type.ic, rem0cmp.c: 2001-12-22 21:08:25 +02:00
data0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
db0err.h Many files: 2002-12-22 01:54:29 +02:00
dict0boot.h Merge 2001-10-30 17:38:44 +02:00
dict0boot.ic Merge 2001-10-30 17:38:44 +02:00
dict0crea.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
dict0crea.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0dict.h Many files: 2002-10-29 23:16:46 +02:00
dict0dict.ic Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
dict0load.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
dict0load.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0mem.h Many files: 2002-12-22 01:54:29 +02:00
dict0mem.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0types.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
dyn0dyn.h merge with 3.23.52 2002-08-08 15:24:47 +03:00
dyn0dyn.ic 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
eval0eval.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
eval0eval.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
eval0proc.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
eval0proc.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
fil0fil.h Many files: 2002-10-29 23:16:46 +02:00
fsp0fsp.h Many files: 2002-07-31 00:47:20 +03:00
fsp0fsp.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
fut0fut.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
fut0fut.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
fut0lst.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
fut0lst.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ha0ha.h Many files: 2002-08-06 22:59:13 +03:00
ha0ha.ic merge with 3.23.52 2002-08-08 15:24:47 +03:00
hash0hash.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
hash0hash.ic ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
ib_odbc.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ibuf0ibuf.h Many files: 2002-07-08 19:34:49 +03:00
ibuf0ibuf.ic Many files: 2002-04-18 10:40:32 +03:00
ibuf0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
lock0lock.h Many files: 2002-10-29 23:16:46 +02:00
lock0lock.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
lock0types.h Added max_user_connections 2001-02-20 22:34:47 +02:00
log0log.h Many files: 2002-08-06 22:59:13 +03:00
log0log.ic Many files: 2002-08-02 23:16:19 +03:00
log0recv.h Many files: 2002-11-06 00:41:27 +02:00
log0recv.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mach0data.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mach0data.ic srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
Makefile.am Fix for make dist 2001-09-29 15:37:53 +03:00
Makefile.i Fix for make dist 2001-09-29 15:37:53 +03:00
makefilewin.i Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mem0dbg.h Many files: 2002-01-28 22:18:49 +02:00
mem0dbg.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mem0mem.h Many files: 2002-12-22 01:54:29 +02:00
mem0mem.ic Many files: 2002-12-22 01:54:29 +02:00
mem0pool.h Many files: 2002-02-04 23:55:41 +02:00
mem0pool.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mtr0log.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mtr0log.ic buf0buf.ic, mtr0log.ic: 2001-12-04 17:03:24 +02:00
mtr0mtr.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
mtr0mtr.ic ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
mtr0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
odbc0odbc.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
os0file.h Many files: 2002-10-29 23:16:46 +02:00
os0proc.h Many files: 2002-10-29 23:16:46 +02:00
os0proc.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
os0shm.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
os0shm.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
os0sync.h Many files: 2002-04-18 10:40:32 +03:00
os0sync.ic Many files: 2002-08-06 22:59:13 +03:00
os0thread.h Fixes for Netware 2003-01-28 08:38:28 +02:00
os0thread.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
page0cur.h Many files: 2002-10-29 23:16:46 +02:00
page0cur.ic page0cur.ic Fix a bug in insert buffer and multiversioning 2001-06-07 17:32:02 +03:00
page0page.h Many files: 2002-10-29 23:16:46 +02:00
page0page.ic Many files: 2002-06-22 20:41:14 +03:00
page0types.h page0types.h Eliminate a name collision on page_t on HP-UX 2001-03-14 21:13:15 +02:00
pars0grm.h pars0grm.h, pars0grm.c, lexyy.c: 2002-08-22 13:33:45 +03:00
pars0opt.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
pars0opt.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
pars0pars.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
pars0pars.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
pars0sym.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
pars0sym.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
pars0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
que0que.h Many files: 2002-11-07 14:47:25 +02:00
que0que.ic Portability fixes 2001-04-19 14:43:32 +03:00
que0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
read0read.h Many files: 2002-10-29 23:16:46 +02:00
read0read.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
read0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
rem0cmp.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
rem0cmp.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
rem0rec.h Many files: 2002-10-29 23:16:46 +02:00
rem0rec.ic Many files: 2002-10-29 23:16:46 +02:00
rem0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0ins.h ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
row0ins.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0mysql.h Many files: 2002-12-22 01:54:29 +02:00
row0mysql.ic Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
row0purge.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0purge.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0row.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
row0row.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0sel.h trx0trx.ic, trx0trx.h, srv0srv.h, row0sel.h, dict0mem.h: 2002-09-20 05:18:55 +03:00
row0sel.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0uins.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0uins.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0umod.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0umod.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0undo.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0undo.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0upd.h Many files: 2002-12-22 01:54:29 +02:00
row0upd.ic ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
row0vers.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0vers.ic Added xml patch to mysqldump. 2001-11-05 23:48:03 +02:00
srv0que.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
srv0srv.h Many files: 2002-11-06 00:41:27 +02:00
srv0srv.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
srv0start.h srv0start.h, srv0start.c, ha_innodb.cc: 2002-10-31 12:03:34 +02:00
sync0arr.h Many files: 2002-07-08 19:34:49 +03:00
sync0arr.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
sync0ipm.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
sync0ipm.ic ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
sync0rw.h Many files: 2002-10-29 23:16:46 +02:00
sync0rw.ic merge with 3.23.52 2002-08-08 15:24:47 +03:00
sync0sync.h Many files: 2002-10-29 23:16:46 +02:00
sync0sync.ic Many files: 2002-08-06 22:59:13 +03:00
sync0types.h Added max_user_connections 2001-02-20 22:34:47 +02:00
thr0loc.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
thr0loc.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0purge.h Many files: 2002-10-29 23:16:46 +02:00
trx0purge.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0rec.h Merge 2001-10-30 17:38:44 +02:00
trx0rec.ic srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
trx0roll.h Many files: 2002-06-22 20:41:14 +03:00
trx0roll.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0rseg.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0rseg.ic ut0mem.c Merge changes in InnoDB-3.23.43b 2001-10-10 22:47:08 +03:00
trx0sys.h Many files: 2002-07-31 00:47:20 +03:00
trx0sys.ic Many files: 2002-04-18 10:40:32 +03:00
trx0trx.h Many files: 2002-11-07 14:47:25 +02:00
trx0trx.ic trx0trx.ic, trx0trx.h, srv0srv.h, row0sel.h, dict0mem.h: 2002-09-20 05:18:55 +03:00
trx0types.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
trx0undo.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
trx0undo.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
univ.i A lot of portability fixes. 2003-01-05 20:18:49 +02:00
univold.i Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
univoldmysql.i Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
usr0sess.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
usr0sess.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
usr0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0byte.h Many files: 2002-03-21 18:03:09 +02:00
ut0byte.ic sync0rw.ic, ut0byte.ic: 2002-03-21 18:24:26 +02:00
ut0dbg.h Many files: 2002-08-06 22:59:13 +03:00
ut0lst.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0mem.h New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
ut0mem.ic New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
ut0rnd.h Many files: 2002-03-21 18:03:09 +02:00
ut0rnd.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0sort.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0ut.h Many files: 2002-11-07 14:47:25 +02:00
ut0ut.ic Many files: 2002-06-22 20:41:14 +03:00