Skip to content

Commit 94cde4c

Browse files
author
Kent Boortz
committed
Merge
2 parents 26763a5 + 920d185 commit 94cde4c

File tree

284 files changed

+3310
-2849
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

284 files changed

+3310
-2849
lines changed

BUILD/FINISH.sh

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Copyright (C) 2000, 2005 MySQL AB, 2008 Sun Microsystems, Inc.
2+
#
3+
# This program is free software; you can redistribute it and/or
4+
# modify it under the terms of the GNU Library General Public
5+
# License as published by the Free Software Foundation; version 2
6+
# of the License.
7+
#
8+
# This program is distributed in the hope that it will be useful,
9+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11+
# Library General Public License for more details.
12+
#
13+
# You should have received a copy of the GNU Library General Public
14+
# License along with this library; if not, write to the Free
15+
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
16+
# MA 02111-1307, USA
17+
118
cflags="$c_warnings $extra_flags"
219
cxxflags="$cxx_warnings $base_cxxflags $extra_flags"
320
extra_configs="$extra_configs $local_infile_configs"

BUILD/SETUP.sh

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
#!/bin/sh
22

3+
# Copyright (C) 2000, 2007 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or
6+
# modify it under the terms of the GNU Library General Public
7+
# License as published by the Free Software Foundation; version 2
8+
# of the License.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
# Library General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU Library General Public
16+
# License along with this library; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
18+
# MA 02111-1307, USA
19+
320
########################################################################
421

522
get_key_value()

BUILD/autorun.sh

+18
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
#!/bin/sh
2+
3+
# Copyright (C) 2005 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or
6+
# modify it under the terms of the GNU Library General Public
7+
# License as published by the Free Software Foundation; version 2
8+
# of the License.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
# Library General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU Library General Public
16+
# License along with this library; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
18+
# MA 02111-1307, USA
19+
220
# Create MySQL cmake configure wrapper
321

422
die() { echo "$@"; exit 1; }

BUILD/build_mccge.sh

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
#!/bin/sh
22

3+
# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
4+
#
5+
# This program is free software; you can redistribute it and/or
6+
# modify it under the terms of the GNU Library General Public
7+
# License as published by the Free Software Foundation; version 2
8+
# of the License.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
# Library General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU Library General Public
16+
# License along with this library; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
18+
# MA 02111-1307, USA
19+
320
die()
421
{
522
echo "ERROR: $@"; exit 1;

BUILD/check-cpu

+16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
#!/bin/sh
2+
3+
# Copyright (C) 2005, 2008 MySQL AB, 2009 Sun Microsystems, Inc.
4+
#
5+
# This program is free software; you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation; version 2 of the License.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; if not, write to the Free Software
16+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
218
#
319
# Check cpu of current machine and find the
420
# best compiler optimization flags for gcc

BUILD/cleanup

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
#! /bin/sh
22

3+
# Copyright (C) 2003 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation; version 2 of the License.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; if not, write to the Free Software
16+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
318
path=`dirname $0`
419
. "$path/SETUP.sh"
520

BUILD/cmake_configure.sh

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
#!/bin/sh
22

3+
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
4+
#
5+
# This program is free software; you can redistribute it and/or
6+
# modify it under the terms of the GNU Library General Public
7+
# License as published by the Free Software Foundation; version 2
8+
# of the License.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
# Library General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU Library General Public
16+
# License along with this library; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
18+
# MA 02111-1307, USA
19+
320
# Ensure cmake and perl are there
421
cmake -P cmake/check_minimal_version.cmake >/dev/null 2>&1 || HAVE_CMAKE=no
522
perl --version >/dev/null 2>&1 || HAVE_PERL=no

BUILD/compile-alpha

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
#! /bin/sh
22

3+
# Copyright (C) 2000, 2002 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation; version 2 of the License.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; if not, write to the Free Software
16+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
318
path=`dirname $0`
419
. "$path/SETUP.sh"
520

BUILD/compile-alpha-debug

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
#! /bin/sh
22

3+
# Copyright (C) 2000, 2005 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation; version 2 of the License.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; if not, write to the Free Software
16+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
318
/bin/rm -f */.deps/*.P */*.o
419
make -k maintainer-clean
520
/bin/rm -f */.deps/*.P */*.o

BUILD/compile-amd64-debug-max

+16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
#! /bin/sh
2+
3+
# Copyright (C) 2005 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation; version 2 of the License.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; if not, write to the Free Software
16+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
218
path=`dirname $0`
319
. "$path/SETUP.sh"
420
extra_flags="$amd64_cflags $debug_cflags"

BUILD/compile-amd64-debug-max-no-ndb

+18
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
#! /bin/sh
2+
3+
# Copyright (C) 2005, 2006 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or
6+
# modify it under the terms of the GNU Library General Public
7+
# License as published by the Free Software Foundation; version 2
8+
# of the License.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
# Library General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU Library General Public
16+
# License along with this library; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
18+
# MA 02111-1307, USA
19+
220
path=`dirname $0`
321
. "$path/SETUP.sh"
422
extra_flags="$amd64_cflags $debug_cflags"

BUILD/compile-amd64-gcov

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
#! /bin/sh
22

3+
# Copyright (C) 2007 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation; version 2 of the License.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; if not, write to the Free Software
16+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
318
path=`dirname $0`
419
. "$path/SETUP.sh"
520

BUILD/compile-amd64-gprof

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
#! /bin/sh
22

3+
# Copyright (C) 2007 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation; version 2 of the License.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; if not, write to the Free Software
16+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
318
path=`dirname $0`
419
. "$path/SETUP.sh"
520

BUILD/compile-amd64-max

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
#! /bin/sh
22

3+
# Copyright (C) 2005 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation; version 2 of the License.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; if not, write to the Free Software
16+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
318
path=`dirname $0`
419
. "$path/SETUP.sh"
520
extra_flags="$amd64_cflags $fast_cflags -g"

BUILD/compile-amd64-max-sci

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
#! /bin/sh
22

3+
# Copyright (C) 2007 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation; version 2 of the License.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; if not, write to the Free Software
16+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
318
path=`dirname $0`
419
. "$path/SETUP.sh"
520
extra_flags="$amd64_cflags $fast_cflags -g"

BUILD/compile-amd64-valgrind-max

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
#! /bin/sh
22

3+
# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
4+
#
5+
# This program is free software; you can redistribute it and/or
6+
# modify it under the terms of the GNU Library General Public
7+
# License as published by the Free Software Foundation; version 2
8+
# of the License.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13+
# Library General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU Library General Public
16+
# License along with this library; if not, write to the Free
17+
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
18+
# MA 02111-1307, USA
19+
320
path=`dirname $0`
421
. "$path/SETUP.sh"
522

BUILD/compile-darwin-mwcc

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
#! /bin/sh
22

3+
# Copyright (C) 2005 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation; version 2 of the License.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; if not, write to the Free Software
16+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
318
path=`dirname $0`
419
. "$path/SETUP.sh"
520

BUILD/compile-dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
# Copyright (C) 2009 Sun Microsystems, Inc
3+
# Copyright (C) 2004, 2006 MySQL AB, 2008, 2009 Sun Microsystems, Inc.
44
#
55
# This program is free software; you can redistribute it and/or modify
66
# it under the terms of the GNU General Public License as published by

BUILD/compile-hpux11-parisc2-aCC

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
#!/bin/sh
22

3+
# Copyright (C) 2004, 2005 MySQL AB
4+
#
5+
# This program is free software; you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation; version 2 of the License.
8+
#
9+
# This program is distributed in the hope that it will be useful,
10+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
# GNU General Public License for more details.
13+
#
14+
# You should have received a copy of the GNU General Public License
15+
# along with this program; if not, write to the Free Software
16+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17+
318
if [ ! -f "sql/mysqld.cc" ]; then
419
echo "You must run this script from the MySQL top-level directory."
520
exit 1

0 commit comments

Comments
 (0)