Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
8b645bed
Commit
8b645bed
authored
Aug 12, 2010
by
Alexander Nozdrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect).
Fixing copyright text.
parent
92814d6d
Changes
46
Hide whitespace changes
Inline
Side-by-side
Showing
46 changed files
with
112 additions
and
125 deletions
+112
-125
CMakeLists.txt
CMakeLists.txt
+2
-2
client/CMakeLists.txt
client/CMakeLists.txt
+2
-2
cmd-line-utils/libedit/CMakeLists.txt
cmd-line-utils/libedit/CMakeLists.txt
+4
-4
cmd-line-utils/readline/CMakeLists.txt
cmd-line-utils/readline/CMakeLists.txt
+2
-2
dbug/CMakeLists.txt
dbug/CMakeLists.txt
+2
-2
extra/CMakeLists.txt
extra/CMakeLists.txt
+2
-3
extra/yassl/CMakeLists.txt
extra/yassl/CMakeLists.txt
+2
-2
extra/yassl/taocrypt/CMakeLists.txt
extra/yassl/taocrypt/CMakeLists.txt
+2
-2
include/CMakeLists.txt
include/CMakeLists.txt
+4
-4
libmysql/CMakeLists.txt
libmysql/CMakeLists.txt
+2
-2
libmysqld/CMakeLists.txt
libmysqld/CMakeLists.txt
+2
-2
libmysqld/examples/CMakeLists.txt
libmysqld/examples/CMakeLists.txt
+2
-2
libservices/CMakeLists.txt
libservices/CMakeLists.txt
+2
-2
man/CMakeLists.txt
man/CMakeLists.txt
+4
-4
mysql-test/CMakeLists.txt
mysql-test/CMakeLists.txt
+4
-4
mysql-test/lib/My/SafeProcess/CMakeLists.txt
mysql-test/lib/My/SafeProcess/CMakeLists.txt
+2
-2
mysys/CMakeLists.txt
mysys/CMakeLists.txt
+2
-4
plugin/audit_null/CMakeLists.txt
plugin/audit_null/CMakeLists.txt
+4
-4
plugin/audit_null/audit_null.c
plugin/audit_null/audit_null.c
+1
-1
plugin/daemon_example/CMakeLists.txt
plugin/daemon_example/CMakeLists.txt
+4
-4
plugin/fulltext/CMakeLists.txt
plugin/fulltext/CMakeLists.txt
+4
-4
plugin/semisync/CMakeLists.txt
plugin/semisync/CMakeLists.txt
+2
-4
regex/CMakeLists.txt
regex/CMakeLists.txt
+2
-3
scripts/CMakeLists.txt
scripts/CMakeLists.txt
+2
-2
sql-bench/CMakeLists.txt
sql-bench/CMakeLists.txt
+4
-4
sql/CMakeLists.txt
sql/CMakeLists.txt
+2
-3
sql/examples/CMakeLists.txt
sql/examples/CMakeLists.txt
+2
-2
sql/share/CMakeLists.txt
sql/share/CMakeLists.txt
+4
-4
storage/archive/CMakeLists.txt
storage/archive/CMakeLists.txt
+2
-3
storage/blackhole/CMakeLists.txt
storage/blackhole/CMakeLists.txt
+2
-3
storage/csv/CMakeLists.txt
storage/csv/CMakeLists.txt
+2
-2
storage/example/CMakeLists.txt
storage/example/CMakeLists.txt
+2
-2
storage/federated/CMakeLists.txt
storage/federated/CMakeLists.txt
+2
-2
storage/heap/CMakeLists.txt
storage/heap/CMakeLists.txt
+2
-2
storage/ibmdb2i/CMakeLists.txt
storage/ibmdb2i/CMakeLists.txt
+2
-2
storage/innobase/CMakeLists.txt
storage/innobase/CMakeLists.txt
+3
-3
storage/myisam/CMakeLists.txt
storage/myisam/CMakeLists.txt
+2
-2
storage/myisammrg/CMakeLists.txt
storage/myisammrg/CMakeLists.txt
+2
-2
strings/CMakeLists.txt
strings/CMakeLists.txt
+2
-2
support-files/CMakeLists.txt
support-files/CMakeLists.txt
+4
-4
tests/CMakeLists.txt
tests/CMakeLists.txt
+2
-2
unittest/examples/CMakeLists.txt
unittest/examples/CMakeLists.txt
+2
-3
unittest/mysys/CMakeLists.txt
unittest/mysys/CMakeLists.txt
+2
-2
unittest/mytap/CMakeLists.txt
unittest/mytap/CMakeLists.txt
+2
-3
vio/CMakeLists.txt
vio/CMakeLists.txt
+2
-3
zlib/CMakeLists.txt
zlib/CMakeLists.txt
+2
-3
No files found.
CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006-2008 MySQL AB, 2009 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
CMAKE_MINIMUM_REQUIRED
(
VERSION 2.6
)
# Avoid warnings in higher versions
...
...
client/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
...
...
cmd-line-utils/libedit/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2009 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
INCLUDE_DIRECTORIES
(
BEFORE
${
CMAKE_CURRENT_SOURCE_DIR
}
)
INCLUDE
(
CheckIncludeFile
)
...
...
cmd-line-utils/readline/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2007 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
${
CMAKE_SOURCE_DIR
}
/cmd-line-utils
)
...
...
dbug/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/dbug
...
...
extra/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,8 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
...
...
extra/yassl/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
...
...
extra/yassl/taocrypt/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/extra/yassl/taocrypt/mySTL
${
CMAKE_SOURCE_DIR
}
/extra/yassl/taocrypt/include
)
...
...
include/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2009 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
SET
(
HEADERS_GEN_CONFIGURE
${
CMAKE_CURRENT_BINARY_DIR
}
/mysql_version.h
...
...
libmysql/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
...
...
libmysqld/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
ADD_DEFINITIONS
(
-DMYSQL_SERVER -DEMBEDDED_LIBRARY
${
SSL_DEFINES
}
)
...
...
libmysqld/examples/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
${
CMAKE_SOURCE_DIR
}
/libmysqld/include
...
...
libservices/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
)
...
...
man/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2009 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Copy man pages
FILE
(
GLOB MAN1_FILES *.1
)
...
...
mysql-test/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2009 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
INSTALL
(
DIRECTORY .
...
...
mysql-test/lib/My/SafeProcess/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
SET
(
INSTALL_ARGS
DESTINATION
"
${
INSTALL_MYSQLTESTDIR
}
/lib/My/SafeProcess"
...
...
mysys/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB, 2009 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,9 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
ZLIB_INCLUDE_DIR
}
${
CMAKE_SOURCE_DIR
}
/include
${
CMAKE_SOURCE_DIR
}
/mysys
)
...
...
plugin/audit_null/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2010 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
MYSQL_ADD_PLUGIN
(
audit_null audit_null.c
MODULE_ONLY MODULE_OUTPUT_NAME
"adt_null"
)
plugin/audit_null/audit_null.c
View file @
8b645bed
...
...
@@ -144,7 +144,7 @@ mysql_declare_plugin(audit_null)
MYSQL_AUDIT_PLUGIN
,
/* type */
&
audit_null_descriptor
,
/* descriptor */
"NULL_AUDIT"
,
/* name */
"
MySQL AB"
,
/* author */
"
Oracle Corp"
,
/* author */
"Simple NULL Audit"
,
/* description */
PLUGIN_LICENSE_GPL
,
audit_null_plugin_init
,
/* init function (when loaded) */
...
...
plugin/daemon_example/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2009 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
MYSQL_ADD_PLUGIN
(
daemon_example daemon_example.cc
MODULE_ONLY MODULE_OUTPUT_NAME
"libdaemon_example"
)
plugin/fulltext/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2009 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
MYSQL_ADD_PLUGIN
(
ftexample plugin_example.c
MODULE_ONLY MODULE_OUTPUT_NAME
"mypluglib"
)
plugin/semisync/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2009 Sun Microsystems,Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,9 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
SET
(
SEMISYNC_MASTER_SOURCES
semisync.cc semisync_master.cc semisync_master_plugin.cc
...
...
regex/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,8 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
)
...
...
scripts/CMakeLists.txt
View file @
8b645bed
# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -10,8 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Build comp_sql - used for embedding SQL in C or C++ programs
IF
(
NOT CMAKE_CROSSCOMPILING
)
...
...
sql-bench/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2009 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Install sql-bench files
...
...
sql/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,8 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
...
...
sql/examples/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
SET
(
CMAKE_CXX_FLAGS_DEBUG
"
${
CMAKE_CXX_FLAGS_DEBUG
}
-DSAFE_MUTEX"
)
SET
(
CMAKE_C_FLAGS_DEBUG
"
${
CMAKE_C_FLAGS_DEBUG
}
-DSAFE_MUTEX"
)
...
...
sql/share/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2009 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
SET
(
dirs
danish
...
...
storage/archive/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,8 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
SET
(
ARCHIVE_SOURCES azio.c ha_archive.cc ha_archive.h
)
MYSQL_ADD_PLUGIN
(
archive
${
ARCHIVE_SOURCES
}
STORAGE_ENGINE LINK_LIBRARIES
${
ZLIB_LIBRARY
}
)
...
...
storage/blackhole/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,8 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
SET
(
BLACKHOLE_SOURCES ha_blackhole.cc ha_blackhole.h
)
MYSQL_ADD_PLUGIN
(
blackhole
${
BLACKHOLE_SOURCES
}
STORAGE_ENGINE
)
storage/csv/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
SET
(
CSV_PLUGIN_STATIC
"csv"
)
SET
(
CSV_PLUGIN_MANDATORY TRUE
)
...
...
storage/example/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
SET
(
EXAMPLE_PLUGIN_DYNAMIC
"ha_example"
)
SET
(
EXAMPLE_SOURCES ha_example.cc
)
...
...
storage/federated/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
SET
(
FEDERATED_PLUGIN_STATIC
"federated"
)
SET
(
FEDERATED_PLUGIN_DYNAMIC
"ha_federated"
)
...
...
storage/heap/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
SET
(
HEAP_PLUGIN_STATIC
"heap"
)
SET
(
HEAP_PLUGIN_MANDATORY TRUE
)
...
...
storage/ibmdb2i/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
CHECK_INCLUDE_FILES
(
qlgusr.h HAVE_PASE_ENVIRONMENT
)
IF
(
HAVE_PASE_ENVIRONMENT
)
...
...
storage/innobase/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2009 Oracle/Innobase Oy
#
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 5
9 Temple Place, Suite 330, Boston, MA 02111-1307
USA
# Foundation, Inc., 5
1 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# This is the CMakeLists for InnoDB Plugin
...
...
storage/myisam/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
SET
(
MYISAM_SOURCES ft_boolean_search.c ft_nlq_search.c ft_parser.c ft_static.c
ha_myisam.cc
...
...
storage/myisammrg/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
SET
(
MYISAMMRG_SOURCES myrg_close.c myrg_create.c myrg_delete.c myrg_extra.c myrg_info.c
ha_myisammrg.cc
...
...
strings/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
)
...
...
support-files/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2009 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License.
#
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
IF
(
WIN32
)
SET
(
localstatedir
"C:
\\
mysql
\\
data"
)
...
...
tests/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
ADD_DEFINITIONS
(
"-DMYSQL_CLIENT"
)
...
...
unittest/examples/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2007 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,8 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
${
CMAKE_SOURCE_DIR
}
/zlib
${
CMAKE_SOURCE_DIR
}
/sql
...
...
unittest/mysys/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2007 MySQL AB, 2009 Sun Microsystems,Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,7 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
${
CMAKE_SOURCE_DIR
}
/sql
...
...
unittest/mytap/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2007 MySQL AB, 2009 Sun Microsystems, Inc
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,8 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
)
ADD_LIBRARY
(
mytap tap.c
)
vio/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,8 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
${
SSL_INCLUDE_DIRS
}
)
...
...
zlib/CMakeLists.txt
View file @
8b645bed
# Copyright (
C) 2006 MySQL AB
# Copyright (
c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -11,8 +11,7 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
INCLUDE_DIRECTORIES
(
${
CMAKE_SOURCE_DIR
}
/include
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment