mariadb/scripts
unknown a750003f57 Implemented the stored procedure data access characteristics:
NO SQL
CONTAINS SQL (default)
READS SQL DATA
MODIFIES SQL DATA

These are needed as hints for the replication.
(Before this, we did have the default in the mysql.proc table, but no support in the parser.)


mysql-test/r/sp.result:
  Modified test cases for new data access characteristics.
mysql-test/t/sp.test:
  Modified test cases for new data access characteristics.
scripts/mysql_create_system_tables.sh:
  We now support all the SP data access characteristics (not just CONTAINS SQL).
scripts/mysql_fix_privilege_tables.sql:
  We now support all the SP data access characteristics (not just CONTAINS SQL).
sql/lex.h:
  New tokens for SP data access characteristics.
sql/sp.cc:
  Store, print and support alter of data access characteristics.
sql/sp_head.cc:
  Added SP_ prefix to some symbols.
sql/sql_lex.h:
  Added SP_ prefix to some symbols, and added SP data access enum.
sql/sql_yacc.yy:
  Parse SP data access characteristics.
  (And allow "alter ... language sql", mostly as a formality, it was accidently
   put in the wrong clause before.)
2004-10-14 18:07:09 +02:00
..
.cvsignore
fill_func_tables.sh Added missing root user to mysql.user on windows. (Bug #4242) 2004-06-25 18:49:36 +03:00
fill_help_tables.sh - reverted change to fill_help_tables.sh ("Added checking of maximum 2004-04-30 14:31:52 +02:00
make_binary_distribution.sh Merge with 4.1 2004-09-06 15:14:10 +03:00
make_sharedlib_distribution.sh - match shared library file name suffixes on Mac OS X (.dylib) 2004-07-23 12:44:09 +02:00
make_win_binary_distribution.sh Add missing .cnf files to windows installation (Bug #4216) 2004-06-25 18:54:43 +03:00
make_win_src_distribution.sh manually merged 2004-08-18 19:57:55 +02:00
Makefile.am merge with 4.0 2004-02-22 09:50:59 +02:00
msql2mysql.sh
mysql_config.sh \| is sed is on-portable 2004-02-20 12:02:34 +01:00
mysql_convert_table_format.sh
mysql_create_system_tables.sh Implemented the stored procedure data access characteristics: 2004-10-14 18:07:09 +02:00
mysql_explain_log.sh
mysql_find_rows.sh Fix skipp -> skip once and for all. 2004-06-03 11:52:54 -05:00
mysql_fix_extensions.sh
mysql_fix_privilege_tables.sh manual merge 2004-07-20 15:34:57 +02:00
mysql_fix_privilege_tables.sql Implemented the stored procedure data access characteristics: 2004-10-14 18:07:09 +02:00
mysql_install_db.sh language fix 2004-07-29 23:33:23 +02:00
mysql_prepare_privilege_tables_for_5.sql a script that fixes anti-GRANT'ness of privilege tables. 2003-11-25 16:08:55 +01:00
mysql_secure_installation.sh added to mysql_secure_installation 2003-10-24 15:20:46 -04:00
mysql_setpermission.sh
mysql_tableinfo.sh
mysql_zap.sh Minor tweaks to help message of obscure script. 2004-04-04 18:48:41 -05:00
mysqlaccess.conf
mysqlaccess.sh Fix to get correct metadata when using temporary tables to create result. (Bug #2654) 2004-03-30 19:24:28 +03:00
mysqlbug.sh merge with 3.23 2004-03-25 22:05:09 +02:00
mysqld_multi.sh Merge with 4.0 2004-04-26 15:53:31 +03:00
mysqld_safe-watch.sh
mysqld_safe.sh mysqld_safe.sh: 2004-08-31 18:59:41 -07:00
mysqldumpslow.sh
mysqlhotcopy.sh - Avoid the error message "Can't read index header from..." 2004-07-15 21:18:31 +02:00