summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <acurtis@xiphis.org>2006-04-20 10:44:21 -0700
committerunknown <acurtis@xiphis.org>2006-04-20 10:44:21 -0700
commit5521b1bb9e5c7fb086feb9c731873b5874ccce0a (patch)
tree8d9919cef30d3fe7feff15cf33f87604beb16254
parentee684c0f320fe59d8f38bbdf8ccdce2a34d3374b (diff)
downloadmariadb-git-5521b1bb9e5c7fb086feb9c731873b5874ccce0a.tar.gz
WL#3201
handlerton -> sql_builtin
-rw-r--r--cmakelists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmakelists.txt b/cmakelists.txt
index 28d75c62c41..5edc33b9f5a 100644
--- a/cmakelists.txt
+++ b/cmakelists.txt
@@ -54,8 +54,8 @@ IF(WITH_BERKELEY_STORAGE_ENGINE)
SET (mysql_plugin_defs "${mysql_plugin_defs},builtin_berkeley_plugin")
ENDIF(WITH_BERKELEY_STORAGE_ENGINE)
-CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/sql/handlerton.cc.in
- ${CMAKE_SOURCE_DIR}/sql/handlerton.cc @ONLY)
+CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/sql/sql_builtin.cc.in
+ ${CMAKE_SOURCE_DIR}/sql/sql_builtin.cc @ONLY)
SET(localstatedir "C:\\mysql\\data")
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/support-files/my-huge.cnf.sh