diff options
author | cmiller@zippy.cornsilk.net <> | 2006-08-09 22:23:41 -0400 |
---|---|---|
committer | cmiller@zippy.cornsilk.net <> | 2006-08-09 22:23:41 -0400 |
commit | 543fcde9b9ba65ebb061606e95dbe6eb8710db16 (patch) | |
tree | d69877217b5d46b9f37fd63c1e665f2c8e6d2648 /scripts | |
parent | 5f3d231f5706d43572a1f90873db6ee98226bfcb (diff) | |
parent | 5fc215e2e322b1c8223ba0c7b996bef2f8e07db8 (diff) | |
download | mariadb-git-543fcde9b9ba65ebb061606e95dbe6eb8710db16.tar.gz |
Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0
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 203c730dd9a..ad5b7fbb521 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 c05fda745b0..5d7933e5277 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. |