mariadb/innobase/include
unknown aa3c430675 Portability fixes
Added record_rnd_buffer
Added --safe-user-create
Fix for ALTER TABLE RENAME on windows


Docs/manual.texi:
  Changelog and documentation of new features.
  More information about using threaded client libraries
include/mysql_com.h:
  Added prototype for my_thread_init()
include/mysqld_error.h:
  New error for --safe-create-user
innobase/buf/buf0flu.c:
  Portability fix
innobase/include/univ.i:
  Portability fix
mysql-test/t/distinct.test:
  Test for distinct bug
sql/mysql_priv.h:
  Added record_rnd_buffer
sql/mysqld.cc:
  Added record_rnd_buffer
sql/records.cc:
  Added record_rnd_buffer
sql/share/czech/errmsg.txt:
  New error message for --safe-user-create
sql/share/danish/errmsg.txt:
  New error message for --safe-user-create
sql/share/dutch/errmsg.txt:
  New error message for --safe-user-create
sql/share/english/errmsg.txt:
  New error message for --safe-user-create
sql/share/estonian/errmsg.txt:
  New error message for --safe-user-create
sql/share/french/errmsg.txt:
  New error message for --safe-user-create
sql/share/german/errmsg.txt:
  New error message for --safe-user-create
sql/share/greek/errmsg.txt:
  New error message for --safe-user-create
sql/share/hungarian/errmsg.txt:
  New error message for --safe-user-create
sql/share/italian/errmsg.txt:
  New error message for --safe-user-create
sql/share/japanese/errmsg.txt:
  New error message for --safe-user-create
sql/share/korean/errmsg.txt:
  New error message for --safe-user-create
sql/share/norwegian-ny/errmsg.txt:
  New error message for --safe-user-create
sql/share/norwegian/errmsg.txt:
  New error message for --safe-user-create
sql/share/polish/errmsg.txt:
  New error message for --safe-user-create
sql/share/portuguese/errmsg.txt:
  New error message for --safe-user-create
sql/share/romanian/errmsg.txt:
  New error message for --safe-user-create
sql/share/russian/errmsg.txt:
  New error message for --safe-user-create
sql/share/slovak/errmsg.txt:
  New error message for --safe-user-create
sql/share/spanish/errmsg.txt:
  New error message for --safe-user-create
sql/share/swedish/errmsg.txt:
  New error message for --safe-user-create
sql/sql_acl.cc:
  Checking of privileges for --safe-user-create
sql/sql_acl.h:
  --safe-user-create
sql/sql_base.cc:
  --safe-user-create
sql/sql_parse.cc:
  --safe-user-create
sql/sql_show.cc:
  --safe-user-create
sql/sql_table.cc:
  Fix for ALTER TABLE RENAME on windows
2001-08-10 17:37:37 +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 srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +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 srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +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 srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +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 Patch from sleepycat to fix problem with BDB and log files 2001-03-06 20:38:53 +02:00
Makefile.i Moved things to configure.in 2001-04-19 15:25:03 +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 Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02:00
os0sync.ic ut0ut.c Fixes for 64-bit Linux, bug fixes, compiler warning fixes 2001-03-02 17:33:11 +02: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 srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +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 srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
trx0sys.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00
trx0trx.h manual.texi website address change 2001-06-03 22:58:03 +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 Portability fixes 2001-08-10 17:37:37 +03: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 Portability fixes 2001-04-20 15:18:46 +03:00
ut0mem.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02: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 srv0srv.h Support raw disk partitions as data files 2001-08-04 19:36:14 +03:00
ut0ut.ic Added Innobase to source distribution 2001-02-17 14:19:19 +02:00