summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-08-14 15:24:29 -0700
committerbrian@zim.(none) <>2006-08-14 15:24:29 -0700
commit8deb5beb9ce9a3549e4baeac4e50f53c2492e355 (patch)
tree2e163bcaefab8eeba55ac25ca6707e3181740da8 /scripts
parent1f80fb04532d6b0e9b8558edd020a09353e962ec (diff)
parentc43a332859b6d216d5fe4eef3ef639b1f117f6bd (diff)
downloadmariadb-git-8deb5beb9ce9a3549e4baeac4e50f53c2492e355.tar.gz
Merge zim.(none):/home/brian/mysql/dep-5.0
into zim.(none):/home/brian/mysql/dep-5.1
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fill_func_tables.sh11
-rw-r--r--scripts/mysql_install_db.sh1
2 files changed, 8 insertions, 4 deletions
diff --git a/scripts/fill_func_tables.sh b/scripts/fill_func_tables.sh
index 83501886d88..e71849962fa 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 865ab3e6db4..4ac9cf909e9 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.