diff options
author | unknown <lenz@mysql.com> | 2003-02-03 12:20:24 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-02-03 12:20:24 +0100 |
commit | a46ca55c31bfddfc11a93bfe504e146c952c77ca (patch) | |
tree | 77ea2a561f8143103c533dd8ff1c7e88f74fa517 /scripts/mysql_install_db.sh | |
parent | a598cfbfc3686dce4c62ed0d9bc49a97b0cc3b95 (diff) | |
download | mariadb-git-a46ca55c31bfddfc11a93bfe504e146c952c77ca.tar.gz |
- renamed scripts/fill_func_tables.sh to scripts/fill_help_tables and
updated all relevant files to honor this change (as discussed with vva)
- added some more comments to the fill_help_tables script
- minor cleanups
scripts/Makefile.am:
- renamed fill_funct_tables -> fill_help_tables to clarify purpose
of this script (after discussing this with vva)
- make sure "make clean" removes both the output and the script
- fixed tabbing
scripts/fill_help_tables.sh:
- reflect name change, add some more info about the function of this script
scripts/mysql_install_db.sh:
- renamed fill_func_tables.sql -> fill_help_tables.sql (this does not yet
resolve the problem that mysql_install_db does not find this file in
the binary distribution)
Diffstat (limited to 'scripts/mysql_install_db.sh')
-rw-r--r-- | scripts/mysql_install_db.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 5e139dc652b..862cffb0cb7 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -325,7 +325,7 @@ $i_f $c_t $c_c END_OF_DATA - cat fill_func_tables.sql + cat fill_help_tables.sql ) | eval "$execdir/mysqld $defaults --bootstrap --skip-grant-tables \ --basedir=$basedir --datadir=$ldata --skip-innodb --skip-bdb $args" then |