1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/sql
tsmith@siva.hindu.god bac65ee90a WL #3670: Compile-time option to remove GRANT-related startup options
- configure --disable-grant-options defines DISABLE_GRANT_OPTIONS
- configure.js/cmake also updated
- if DISABLE_GRANT_OPTIONS is defined, mysqld no longer recognizes:
  --bootstrap
  --init-file
  --skip-grant-tables

Scripts which rely on those three options are modified to check the environment for MYSQLD_BOOTSTRAP; it should be set to the full path of a mysqld which does handle those options.

For example:

$ export MYSQLD_BOOTSTRAP
$ MYSQLD_BOOTSTRAP=/path/to/full/MySQL/bin/mysqld
$ mysql_install_db
$ make test
2007-01-09 19:22:01 -07:00
..
2005-09-30 14:03:55 +02:00
2006-12-07 09:11:56 +04:00
2006-11-30 21:56:03 +02:00
2006-11-30 21:56:03 +02:00
2006-11-20 22:42:06 +02:00
2006-11-20 22:42:06 +02:00
2006-11-20 22:42:06 +02:00
2006-11-28 18:08:30 +01:00
2006-09-01 10:32:12 +02:00
2006-11-20 22:42:06 +02:00
2006-07-08 04:07:43 +04:00
2006-06-27 00:47:52 +04:00
2006-11-17 10:30:16 +04:00
2006-12-07 09:11:56 +04:00
2006-08-21 16:21:48 +04:00
2006-09-27 19:21:29 +05:00
2006-05-03 21:35:27 -07:00
2006-11-20 22:42:06 +02:00
2006-06-14 23:54:08 +04:00
2006-10-31 17:31:56 -08:00
2006-11-30 21:56:03 +02:00
2006-12-19 20:17:33 -07:00
2006-11-30 21:56:03 +02:00
2006-11-20 22:42:06 +02:00