diff options
author | iggy@rolltop.ignatz42.dyndns.org <> | 2006-07-14 15:22:16 -0400 |
---|---|---|
committer | iggy@rolltop.ignatz42.dyndns.org <> | 2006-07-14 15:22:16 -0400 |
commit | bd791a15ae7433d353bac675a04090a8b102dd0f (patch) | |
tree | 3818f3079bf6a235b98db522c3513549f7317d48 /scripts/fill_func_tables.sh | |
parent | 22485908ce5eb1ab04869f3636bed0b980613015 (diff) | |
download | mariadb-git-bd791a15ae7433d353bac675a04090a8b102dd0f.tar.gz |
Bug #20721: mysql_install_db first line is blank.
Minor script changes for uniformity.
Diffstat (limited to 'scripts/fill_func_tables.sh')
-rw-r--r-- | scripts/fill_func_tables.sh | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/scripts/fill_func_tables.sh b/scripts/fill_func_tables.sh index 459afee2fe1..b7bd3736392 100644 --- a/scripts/fill_func_tables.sh +++ b/scripts/fill_func_tables.sh @@ -1,7 +1,12 @@ -#!/usr/bin/perl +#!@PERL@ +# +# Copyright (C) 2003 MySQL AB +# For a more info consult the file COPYRIGHT distributed with this file. +# # fill_func_tables - parse ../Docs/manual.texi - -# Original version by vva +# +# Original version by Victor Vagin <vva@mysql.com> +# my $cat_name= ""; my $func_name= ""; |