mariadb/sql/share
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
..
charsets win1251.conf: 2004-08-27 10:54:57 +05:00
czech errmsg.txt: 2004-09-02 18:12:05 -05:00
danish errmsg.txt: 2004-09-02 18:12:05 -05:00
dutch errmsg.txt: 2004-09-02 18:12:05 -05:00
english Fixes for bugs reported by Stefano Di Paola (stefano.dipaola@wisec.it) 2005-03-03 19:51:29 +01:00
estonian errmsg.txt: 2004-09-02 18:12:05 -05:00
french errmsg.txt: 2004-09-02 18:12:05 -05:00
german errmsg.txt: 2004-09-02 18:12:05 -05:00
greek errmsg.txt: 2004-09-02 18:12:05 -05:00
hungarian errmsg.txt: 2004-09-02 18:12:05 -05:00
italian errmsg.txt: 2004-09-02 18:12:05 -05:00
japanese errmsg.txt: 2004-09-02 18:12:05 -05:00
korean errmsg.txt: 2004-09-02 18:12:05 -05:00
norwegian errmsg.txt: 2004-09-02 18:12:05 -05:00
norwegian-ny errmsg.txt: 2004-09-02 18:12:05 -05:00
polish errmsg.txt: 2004-09-02 18:12:05 -05:00
portuguese errmsg.txt: 2004-09-02 18:12:05 -05:00
romanian errmsg.txt: 2004-09-02 18:12:05 -05:00
russian errmsg.txt: 2004-09-02 18:12:05 -05:00
slovak errmsg.txt: 2004-09-02 18:12:05 -05:00
spanish errmsg.txt: 2004-09-02 18:12:05 -05:00
swedish errmsg.txt: 2004-09-02 18:12:05 -05:00
ukrainian errmsg.txt: 2004-09-02 18:12:05 -05:00
.cvsignore Import changeset 2000-07-31 21:29:14 +02:00
Makefile.am merge with 3.23.50 2002-03-27 01:56:10 +02:00