summaryrefslogtreecommitdiff
path: root/storage/innobase/CMakeLists.txt
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@oracle.com>2010-10-21 10:45:44 +0300
committerMarko Mäkelä <marko.makela@oracle.com>2010-10-21 10:45:44 +0300
commit731344d3d688ce3bda6c3c798382ff142d80416d (patch)
tree0c862e2a513cb773d58512d74f2cc3c0b55ae069 /storage/innobase/CMakeLists.txt
parent3e2e7575af191977fc988e4819202d1b5db641e3 (diff)
downloadmariadb-git-731344d3d688ce3bda6c3c798382ff142d80416d.tar.gz
Remove files that are no longer needed.
These files were needed when InnoDB Plugin was maintained and distributed separately from the MySQL 5.1 source tree. They have never been needed in MySQL 5.5. storage/innobase/mysql-test: Patches to the test suite. storage/innobase/handler/mysql_addons.cc: Wrappers for private MySQL functions.
Diffstat (limited to 'storage/innobase/CMakeLists.txt')
-rw-r--r--storage/innobase/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/innobase/CMakeLists.txt b/storage/innobase/CMakeLists.txt
index 34639d61903..6cfd3d754f6 100644
--- a/storage/innobase/CMakeLists.txt
+++ b/storage/innobase/CMakeLists.txt
@@ -235,7 +235,7 @@ SET(INNOBASE_SOURCES btr/btr0btr.c btr/btr0cur.c btr/btr0pcur.c btr/btr0sea.c
os/os0file.c os/os0proc.c os/os0sync.c os/os0thread.c
page/page0cur.c page/page0page.c page/page0zip.c
que/que0que.c
- handler/ha_innodb.cc handler/handler0alter.cc handler/i_s.cc handler/mysql_addons.cc
+ handler/ha_innodb.cc handler/handler0alter.cc handler/i_s.cc
read/read0read.c
rem/rem0cmp.c rem/rem0rec.c
row/row0ext.c row/row0ins.c row/row0merge.c row/row0mysql.c row/row0purge.c row/row0row.c