mariadb/merge
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
make-ccc Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am - Applied required modifications for automake 1.5 2002-10-01 21:57:10 +02:00
mrg_close.c Update copyright 2001-12-06 14:10:51 +02:00
mrg_create.c Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it) 2005-03-03 19:51:29 +01:00
mrg_def.h Update copyright 2001-12-06 14:10:51 +02:00
mrg_delete.c Update copyright 2001-12-06 14:10:51 +02:00
mrg_extra.c Update copyright 2001-12-06 14:10:51 +02:00
mrg_info.c Update copyright 2001-12-06 14:10:51 +02:00
mrg_locking.c Update copyright 2001-12-06 14:10:51 +02:00
mrg_open.c Update copyright 2001-12-06 14:10:51 +02:00
mrg_panic.c Update copyright 2001-12-06 14:10:51 +02:00
mrg_rrnd.c Update copyright 2001-12-06 14:10:51 +02:00
mrg_rsame.c Update copyright 2001-12-06 14:10:51 +02:00
mrg_static.c Update copyright 2001-12-06 14:10:51 +02:00
mrg_update.c Update copyright 2001-12-06 14:10:51 +02:00