mariadb/isam
unknown 8104faa083 Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it)
include/my_global.h:
  O_NOFOLLOW
isam/create.c:
  create table files with O_EXCL|O_NOFOLLOW
merge/mrg_create.c:
  create table files with O_EXCL|O_NOFOLLOW
myisam/mi_create.c:
  create files of temporary tables with O_EXCL|O_NOFOLLOW
myisammrg/myrg_create.c:
  create table files with O_EXCL|O_NOFOLLOW
mysys/mf_tempfile.c:
  create temporary files with O_EXCL|O_NOFOLLOW
sql/ha_myisam.cc:
  let mi_create know if the table is TEMPORARY
sql/mysql_priv.h:
  --allow_suspicious_udfs
sql/mysqld.cc:
  --allow_suspicious_udfs
sql/share/english/errmsg.txt:
  typo
sql/sql_udf.cc:
  --allow_suspicious_udfs
  don't allow xxx() udf without any of xxx_init/deinit/add/reset
  check paths when loading from mysql.func
sql/table.cc:
  create frm of temporary table with O_EXCL|O_NOFOLLOW
2005-03-03 19:51:29 +01:00
..
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
_cache.c Update copyright 2001-12-06 14:10:51 +02:00
_dbug.c Update copyright 2001-12-06 14:10:51 +02:00
_dynrec.c Portability fix 2001-11-07 00:13:29 +02:00
_key.c Update copyright 2001-12-06 14:10:51 +02:00
_locking.c small bug when NO_LOCKING is defined 2002-04-01 20:52:28 +03:00
_packrec.c Update copyright 2001-12-06 14:10:51 +02:00
_page.c Update copyright 2001-12-06 14:10:51 +02:00
_search.c Merge serg.mylan:/usr/home/serg/Abk/mysql 2003-08-12 19:22:30 +02:00
_statrec.c Update copyright 2001-12-06 14:10:51 +02:00
changed.c Update copyright 2001-12-06 14:10:51 +02:00
ChangeLog Import changeset 2000-07-31 21:29:14 +02:00
close.c Update copyright 2001-12-06 14:10:51 +02:00
create.c Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it) 2005-03-03 19:51:29 +01:00
delete.c Update copyright 2001-12-06 14:10:51 +02:00
extra.c Call my_sync() after all data is written to .frm file 2003-11-02 15:55:02 +02:00
info.c Update copyright 2001-12-06 14:10:51 +02:00
isamchk.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
isamdef.h Update copyright 2001-12-06 14:10:51 +02:00
isamlog.c New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
log.c Update copyright 2001-12-06 14:10:51 +02:00
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am - Applied required modifications for automake 1.5 2002-11-17 16:45:21 +01:00
open.c merge with 3.23 to get for overrun in ISAM tables with man fields and a blob. 2003-08-28 12:35:36 +03:00
pack_isam.c Added global my_getopt_error_reporter function pointer which is 2004-08-31 21:27:58 +05:00
panic.c Update copyright 2001-12-06 14:10:51 +02:00
range.c Update copyright 2001-12-06 14:10:51 +02:00
rfirst.c Update copyright 2001-12-06 14:10:51 +02:00
rkey.c Update copyright 2001-12-06 14:10:51 +02:00
rlast.c Update copyright 2001-12-06 14:10:51 +02:00
rnext.c Update copyright 2001-12-06 14:10:51 +02:00
rprev.c Update copyright 2001-12-06 14:10:51 +02:00
rrnd.c Update copyright 2001-12-06 14:10:51 +02:00
rsame.c Update copyright 2001-12-06 14:10:51 +02:00
rsamepos.c Update copyright 2001-12-06 14:10:51 +02:00
sort.c Update copyright 2001-12-06 14:10:51 +02:00
static.c Added support of null keys in HEAP tables 2002-01-12 15:42:54 +02:00
test1.c Update copyright 2001-12-06 14:10:51 +02:00
test2.c - fixed several typos ("uppdate"->"update" and "tryed"->"tried") 2003-09-19 18:34:57 +02:00
test3.c Fixes for Netware 2003-01-28 08:38:28 +02:00
test_all Import changeset 2000-07-31 21:29:14 +02:00
test_all.res ixed overflow bug in MyISAM and ISAM when using packed tables with a lot of fields and blobs 2003-08-28 12:27:35 +03:00
update.c Update copyright 2001-12-06 14:10:51 +02:00
write.c Update copyright 2001-12-06 14:10:51 +02:00