mariadb/innobase/include
unknown cef1d75249 Updated manual about embedded version.
Speed up column-completion in 'mysql'
Don't use ISAM if HAVE_ISAM is not defined
A lot of fixes for the embedded version.  All libraries are now included in libmysqld.a
Changed arguments to convert_dirname() to make it more general.
Renamed files in the 'merge' directory to all use a common prefix.
Don't compile both assembler and C functions on x86


BitKeeper/deleted/.del-mf_pack2.c~f07795bbcf57be7:
  Delete: mysys/mf_pack2.c
Docs/manual.texi:
  Updated chapter about embedded version
acinclude.m4:
  Fix for using BDB and InnoDB with embedded
client/completion_hash.cc:
  Speed up memory allocation
client/completion_hash.h:
  Speed up memory allocation
client/mysql.cc:
  Speed up memory allocation
client/mysqldump.c:
  Fix to use now convert_dirname
client/mysqltest.c:
  Fixed memory allocation bugs.
  Added --basedir=#, --compress=#, --server-arg, --server-file.
  Fixes for embedded version
  Changed silent mode to -s instead of -q
include/my_global.h:
  Update to use HAVE_ISAM
include/my_sys.h:
  Cleanup of fn_format()
include/mysql.h:
  Prepare FIELD struct for 4.1
include/mysql_embed.h:
  Don't use ISAM in embedded version
innobase/include/srv0srv.h:
  Make InnoDB startup/shutdown silent in embedded version
innobase/log/log0log.c:
  Make InnoDB startup/shutdown silent in embedded version
innobase/srv/srv0srv.c:
  Make InnoDB startup/shutdown silent in embedded version
innobase/srv/srv0start.c:
  Make InnoDB startup/shutdown silent in embedded version
isam/isamlog.c:
  new convert_dirname
libmysql/libmysql.c:
  Prepare for 4.1
libmysqld/Makefile.am:
  Changed to create one libmysqld.a file that includes all other libraries.
libmysqld/examples/Makefile.am:
  Changed to use new libmysqld.a
libmysqld/examples/test-run:
  Lot's of fixes to get new mysqltest with embedded MySQL to work.
libmysqld/lib_sql.cc:
  Changed type of arguments for mysql_server_init() to make code more portable.
libmysqld/libmysqld.c:
  Cleanup
merge/Makefile.am:
  Rename to use common prefix.
merge/mrg_close.c:
  Rename to use common prefix.
merge/mrg_create.c:
  Rename to use common prefix.
merge/mrg_def.h:
  Rename to use common prefix.
merge/mrg_delete.c:
  Rename to use common prefix.
merge/mrg_extra.c:
  Rename to use common prefix.
merge/mrg_info.c:
  Rename to use common prefix.
merge/mrg_locking.c:
  Rename to use common prefix.
merge/mrg_open.c:
  Rename to use common prefix.
merge/mrg_panic.c:
  Rename to use common prefix.
merge/mrg_rrnd.c:
  Rename to use common prefix.
merge/mrg_rsame.c:
  Rename to use common prefix.
merge/mrg_static.c:
  Rename to use common prefix.
merge/mrg_update.c:
  Rename to use common prefix.
myisam/myisamlog.c:
  Use new convert_dirname
myisammrg/Makefile.am:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_close.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_create.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_def.h:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_delete.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_extra.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_info.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_locking.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_open.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_panic.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_queue.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_rfirst.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_rkey.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_rlast.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_rnext.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_rprev.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_rrnd.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_rsame.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_static.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_update.c:
  Renamed mymrgdef.h -> myrg_def.h
myisammrg/myrg_write.c:
  Renamed mymrgdef.h -> myrg_def.h
mysql-test/include/master-slave.inc:
  Use short filenames for sockets (portability problem on Mac OS X)
mysql-test/mysql-test-run.sh:
  cleanup
mysql-test/r/auto_increment.result:
  Cleanup of tests for embedded version
mysql-test/r/func_system.result:
  Cleanup of tests for embedded version
mysql-test/r/isam.result:
  Cleanup of tests for embedded version
mysql-test/r/lock.result:
  Cleanup of tests for embedded version
mysql-test/r/show_check.result:
  Cleanup of tests for embedded version
mysql-test/t/auto_increment.test:
  Cleanup of tests for embedded version
mysql-test/t/backup.test:
  Cleanup of tests for embedded version
mysql-test/t/count_distinct2-master.opt:
  Cleanup of tests for embedded version
mysql-test/t/count_distinct2.test:
  Cleanup of tests for embedded version
mysql-test/t/create.test:
  Cleanup of tests for embedded version
mysql-test/t/flush.test:
  Cleanup of tests for embedded version
mysql-test/t/func_system.test:
  Cleanup of tests for embedded version
mysql-test/t/isam.test:
  Cleanup of tests for embedded version
mysql-test/t/kill.test:
  Cleanup of tests for embedded version
mysql-test/t/lock.test:
  Cleanup of tests for embedded version
mysql-test/t/order_fill_sortbuf-master.opt:
  Cleanup of tests for embedded version
mysql-test/t/rpl000015.test:
  Use short filenames for sockets (portability problem on Mac OS X)
mysql-test/t/rpl000016.test:
  Use short filenames for sockets (portability problem on Mac OS X)
mysql-test/t/rpl000017.test:
  Use short filenames for sockets (portability problem on Mac OS X)
mysql-test/t/rpl000018.test:
  Use short filenames for sockets (portability problem on Mac OS X)
mysql-test/t/show_check.test:
  Move ISAM specific tests to isam.test
mysql-test/t/status.test:
  Cleanup of tests for embedded version
mysql-test/t/tablelock.test:
  Cleanup
mysys/Makefile.am:
  Removed not used mf_pack2.c
mysys/charset.c:
  new convert_dirname
mysys/default.c:
  new convert_dirname
mysys/mf_dirname.c:
  Changed convert_dirname() to be more general
mysys/mf_format.c:
  Changed bit flags to fn_format() to defines.
  Added handling of relative filenames
BitKeeper/etc/ignore:
  Added libmysqld/examples/test-gdbinit scripts/mysql_explain_log to the ignore list
mysys/mf_pack.c:
  new convert_dirname
mysys/mf_tempfile.c:
  new convert_dirname
scripts/Makefile.am:
  Adde mysql_explain_log
scripts/mysql_config.sh:
  Added support of --libmysqld-libs
sql/Makefile.am:
  Fix to use 'innodb_system_libs'
sql/ha_innobase.cc:
  Make InnoDB startup/shutdown silent in embedded version
sql/ha_isam.cc:
  Added handling of HAVE_ISAM
sql/ha_isammrg.cc:
  Added handling of HAVE_ISAM
sql/ha_myisam.cc:
  Handle relative paths;  Needed to support BACKUP TABLE in embedded version
sql/ha_myisammrg.cc:
  Rename of filenames
sql/handler.cc:
  Added handling of HAVE_ISAM
sql/item_func.cc:
  Fix for ecc (Intel Compiler)
sql/mysql_priv.h:
  Added global variable 'mysql_embedded'
sql/mysqld.cc:
  Use HAVE_ISAM
sql/sql_parse.cc:
  Use new convert_dirname
sql/sql_select.cc:
  Fix for ecc (Intel Compiler)
sql/sql_table.cc:
  Added handling of relative filenames
strings/Makefile.am:
  Don't compile both assembler and C functions on x86
strings/bchange.c:
  cleanup
2001-10-08 04:58:07 +03:00
..
btr0btr.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
btr0btr.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
btr0cur.h trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints 2001-08-29 19:42:23 +03:00
btr0cur.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
btr0pcur.h manual.texi website address change 2001-06-03 22:58:03 +03:00
btr0pcur.ic manual.texi website address change 2001-06-03 22:58:03 +03:00
btr0sea.h Added Innobase to source distribution 2001-02-17 14:19:19 +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 trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints 2001-08-29 19:42:23 +03:00
buf0buf.ic ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
buf0flu.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03: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 Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints 2001-08-29 19:42:23 +03:00
data0data.ic srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
data0type.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
data0type.ic data0data.c Small changes to eliminate some asserts in the debug version 2001-03-27 15:54:05 +03:00
data0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
db0err.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0boot.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0boot.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0crea.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0crea.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0dict.h dict0dict.h InnoDB now tries to provide autoinc column value from a counter table in data dict 2001-05-21 19:04:46 +03:00
dict0dict.ic dict0dict.ic Remove acquisition of the dictionary mutex: this may fix the hang observed by Peter Zaitsev 2001-07-20 19:01:23 +03:00
dict0load.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0load.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0mem.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
dict0mem.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dict0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dyn0dyn.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
dyn0dyn.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
fsp0fsp.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +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 Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ha0ha.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ibuf0ibuf.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ibuf0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
lock0lock.h srv0srv.h Merging work for 3.23.37 2001-04-10 21:58:07 +03: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 Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
log0log.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
log0recv.h Added Innobase to source distribution 2001-02-17 14:19:19 +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 Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mem0dbg.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mem0mem.h ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
mem0mem.ic mem0mem.ic Changes to eliminate unnecessary Purify warnings 2001-09-20 21:04:48 +03:00
mem0pool.h mem0pool.h Fix a bus error in aligment of longlong on Solaris 2001-06-05 21:49:03 +03: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 Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
mtr0mtr.h ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
mtr0mtr.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
os0proc.h Added Innobase to source distribution 2001-02-17 14:19:19 +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 os0sync.h Define os_fast_mutex functions also in Windows 2001-09-20 21:38:46 +03:00
os0sync.ic os0sync.h Define os_fast_mutex functions also in Windows 2001-09-20 21:38:46 +03:00
os0thread.h ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
os0thread.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
page0cur.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
page0cur.ic page0cur.ic Fix a bug in insert buffer and multiversioning 2001-06-07 17:32:02 +03:00
page0page.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
page0page.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 Portability fixes 2001-04-19 14:43:32 +03: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 Added Innobase to source distribution 2001-02-17 14:19:19 +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 srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
rem0cmp.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
rem0rec.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
rem0rec.ic srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
rem0types.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0ins.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
row0ins.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0mysql.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
row0mysql.ic row0sel.c Removes now trailing spaces from varchars 2001-03-02 19:07:29 +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 Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
row0upd.ic srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
row0vers.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
row0vers.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
srv0que.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
srv0srv.h Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
srv0srv.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
srv0start.h univ.i Added a new debug define option 2001-06-24 20:09:41 +03:00
sync0arr.h Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
sync0rw.h ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
sync0rw.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
sync0sync.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
sync0sync.ic univ.i Added a new debug define option 2001-06-24 20:09:41 +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 Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0purge.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0rec.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
trx0rec.ic srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
trx0roll.h Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0sys.h trx0roll.c Fix the primary key update + BLOB bug, improve InnoDB Monitor prints 2001-08-29 19:42:23 +03:00
trx0sys.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0trx.h lock0lock.c Fix slowness of deadlock detection algorithm 2001-09-05 18:21:21 +03:00
trx0trx.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 Merge work.mysql.com:/home/bk/mysql 2001-09-22 16:40:57 +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 Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0byte.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0dbg.h srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
ut0lst.h Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
ut0mem.h mem0mem.ic Changes to eliminate unnecessary Purify warnings 2001-09-20 21:04:48 +03:00
ut0mem.ic mem0mem.ic Changes to eliminate unnecessary Purify warnings 2001-09-20 21:04:48 +03:00
ut0rnd.h Added Innobase to source distribution 2001-02-17 14:19:19 +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 Portability fixes. 2001-08-18 10:49:00 +03:00
ut0ut.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00