mariadb/storage/innobase/include
Jan Lindström ec8257216e Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default.
SYNTAX: ATOMIC_WRITES=['DEFAULT','ON','OFF']

Idea here is to be able to define innodb_doublewrite = 1 but with following rules:

ATOMIC_WRITES='DEFAULT' - if innodb_use_atomic_writes = 1, we do not write to doublewrite buffer the changes
                          if innodb_use_atomic_writes = 0, we write to doublewrite buffer
ATOMIC_WRITES='ON'      - do not write to doublewrite buffer
ATOMIC_WRITES='OFF'     - write to doublewrite buffer

Note that doublewrite buffer can't be used if innodb_doublewrite = 0.
2014-01-10 12:11:36 +02:00
..
api0api.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
api0misc.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
btr0btr.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
btr0btr.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
btr0cur.h 10.0-base merge 2013-04-15 15:09:22 +02:00
btr0cur.ic 10.0-base merge 2013-04-15 15:09:22 +02:00
btr0pcur.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
btr0pcur.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
btr0sea.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
btr0sea.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
btr0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
buf0buddy.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
buf0buddy.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
buf0buf.h Changes for Fusion-io multi-threaded flush, page compressed tables and 2013-12-19 14:36:38 +02:00
buf0buf.ic 10.0-base merge 2013-04-15 15:09:22 +02:00
buf0checksum.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
buf0dblwr.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
buf0dump.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
buf0flu.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
buf0flu.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
buf0lru.h 10.0-base merge 2013-04-15 15:09:22 +02:00
buf0lru.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
buf0rea.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
buf0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
data0data.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
data0data.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
data0type.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
data0type.ic 10.0-base merge 2013-04-15 15:09:22 +02:00
data0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
db0err.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
dict0boot.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
dict0boot.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
dict0crea.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
dict0crea.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
dict0dict.h Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
dict0dict.ic Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
dict0load.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
dict0load.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
dict0mem.h Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
dict0mem.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
dict0pagecompress.h Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
dict0pagecompress.ic Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
dict0priv.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
dict0priv.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
dict0stats.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
dict0stats.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
dict0stats_bg.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
dict0types.h Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
dyn0dyn.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
dyn0dyn.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
eval0eval.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
eval0eval.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
eval0proc.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
eval0proc.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
fil0fil.h Feature: In first write if we trim we set write_size to actual bytes 2014-01-09 12:33:29 +02:00
fil0pagecompress.h Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
fsp0fsp.h Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
fsp0fsp.ic Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
fsp0pagecompress.h Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
fsp0pagecompress.ic Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
fsp0types.h Changes for Fusion-io multi-threaded flush, page compressed tables and 2013-12-19 14:36:38 +02:00
fts0ast.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
fts0blex.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
fts0fts.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
fts0opt.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
fts0pars.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
fts0priv.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
fts0priv.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
fts0tlex.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
fts0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
fts0types.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
fts0vlc.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
fut0fut.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
fut0fut.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
fut0lst.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
fut0lst.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
ha0ha.h Applied all changes from Igor and Sanja 2013-06-15 18:32:08 +03:00
ha0ha.ic Applied all changes from Igor and Sanja 2013-06-15 18:32:08 +03:00
ha0storage.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ha0storage.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ha_prototypes.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
handler0alter.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
hash0hash.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
hash0hash.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ibuf0ibuf.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ibuf0ibuf.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ibuf0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
lock0iter.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
lock0lock.h 10.0-base merge 2013-04-15 15:09:22 +02:00
lock0lock.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
lock0priv.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
lock0priv.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
lock0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
log0log.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
log0log.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
log0recv.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
log0recv.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
mach0data.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
mach0data.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
mem0dbg.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
mem0dbg.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
mem0mem.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
mem0mem.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
mem0pool.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
mem0pool.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
mtr0log.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
mtr0log.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
mtr0mtr.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
mtr0mtr.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
mtr0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
os0file.h Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
os0file.ic Enhancement: Change atomic_writes table option to enum type. Now every file can either use atomic writes, not use it or use default. 2014-01-10 12:11:36 +02:00
os0proc.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
os0proc.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
os0sync.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
os0sync.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
os0thread.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
os0thread.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
page0cur.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
page0cur.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
page0page.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
page0page.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
page0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
page0zip.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
page0zip.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
pars0grm.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
pars0opt.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
pars0opt.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
pars0pars.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
pars0pars.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
pars0sym.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
pars0sym.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
pars0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
que0que.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
que0que.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
que0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
read0read.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
read0read.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
read0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
rem0cmp.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
rem0cmp.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
rem0rec.h 10.0-base merge 2013-04-15 15:09:22 +02:00
rem0rec.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
rem0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0ext.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0ext.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
row0ftsort.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0import.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0import.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0ins.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0ins.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
row0log.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0log.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0merge.h 10.0-base merge 2013-04-15 15:09:22 +02:00
row0mysql.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0mysql.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
row0purge.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0purge.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
row0quiesce.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0quiesce.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0row.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0row.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0sel.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0sel.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
row0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0uins.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0uins.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
row0umod.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0umod.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
row0undo.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0undo.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
row0upd.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0upd.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0vers.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
row0vers.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
srv0conc.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
srv0mon.h Changes for Fusion-io multi-threaded flush, page compressed tables and 2013-12-19 14:36:38 +02:00
srv0mon.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
srv0srv.h Changes for Fusion-io multi-threaded flush, page compressed tables and 2013-12-19 14:36:38 +02:00
srv0srv.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
srv0start.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
sync0arr.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
sync0arr.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
sync0rw.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
sync0rw.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
sync0sync.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
sync0sync.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
sync0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0i_s.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0purge.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0purge.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
trx0rec.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0rec.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0roll.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0roll.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
trx0rseg.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0rseg.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
trx0sys.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0sys.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
trx0trx.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0trx.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0undo.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0undo.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
trx0xa.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
univ.i MDEV-4492 InnoDB generates non-existing link to manual based on the server version 2013-08-13 16:02:10 +02:00
usr0sess.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
usr0sess.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
usr0types.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ut0bh.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ut0bh.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
ut0byte.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
ut0byte.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
ut0counter.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ut0crc32.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ut0dbg.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ut0list.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ut0list.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
ut0lst.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ut0mem.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
ut0mem.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
ut0rbt.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ut0rnd.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
ut0rnd.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
ut0sort.h Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
ut0ut.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ut0ut.ic Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6 2012-08-01 17:27:34 +03:00
ut0vec.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ut0vec.ic Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00
ut0wqueue.h Temporary commit of 10.0-merge 2013-03-26 00:03:13 +02:00