diff options
author | cmiller@zippy.cornsilk.net <> | 2006-08-02 14:57:12 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2006-08-02 14:57:12 -0400 |
commit | dd5eeaf67693ee995575564a5a1a938d7146c243 (patch) | |
tree | 10444a6455e083d55ca99174fe34c35a77684b5e /scripts | |
parent | 7451ffcd0a2e3142c9a3a36ae650601e52ef44dd (diff) | |
parent | c9f64f71c80765b28d4196b43a7da13a0a053306 (diff) | |
download | mariadb-git-dd5eeaf67693ee995575564a5a1a938d7146c243.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into zippy.cornsilk.net:/home/cmiller/work/mysql/m41-maint--07OBQ
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/fill_func_tables.sh | 11 | ||||
-rw-r--r-- | scripts/mysql_install_db.sh | 1 |
2 files changed, 8 insertions, 4 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= ""; diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 5c2bca9a393..56a432db741 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -1,4 +1,3 @@ - #!/bin/sh # Copyright (C) 2002-2003 MySQL AB # For a more info consult the file COPYRIGHT distributed with this file. |