summaryrefslogtreecommitdiff
path: root/libmysqld
diff options
context:
space:
mode:
authorunknown <andrey@lmy004.>2006-07-18 23:08:13 +0200
committerunknown <andrey@lmy004.>2006-07-18 23:08:13 +0200
commitd090462abc2925a22a4d2dee4c87d679a9ad32f1 (patch)
tree6d79c7942286dacc64ab5a92e1dbc1196a6524dc /libmysqld
parentfc6dcff5fb5b343d4656b80b31c1808ef24042ab (diff)
downloadmariadb-git-d090462abc2925a22a4d2dee4c87d679a9ad32f1.tar.gz
Fix windows build of libmysqld. Curious why pushbuild did not
catch that. Stale CMakeLists.txt libmysqld/CMakeLists.txt: event_executor.cc is no more since a lot of time. it has been superseeded by event_scheduler.cc
Diffstat (limited to 'libmysqld')
-rw-r--r--libmysqld/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmysqld/CMakeLists.txt b/libmysqld/CMakeLists.txt
index 69d8b6e0f67..ddb52ce9014 100644
--- a/libmysqld/CMakeLists.txt
+++ b/libmysqld/CMakeLists.txt
@@ -28,7 +28,7 @@ ADD_LIBRARY(mysqldemb emb_qcache.cc libmysqld.c lib_sql.cc
../client/get_password.c ../libmysql/errmsg.c
../libmysql/libmysql.c ../sql/password.c ../sql-common/client.c
../sql-common/my_time.c ../sql-common/my_user.c
- ../sql-common/pack.c ../sql/derror.cc ../sql/event_executor.cc
+ ../sql-common/pack.c ../sql/derror.cc ../sql/event_scheduler.cc
../sql/event_timed.cc ../sql/events.cc ../sql/discover.cc
../sql/field_conv.cc ../sql/field.cc ../sql/filesort.cc
../sql/gstream.cc ../sql/ha_heap.cc ../sql/ha_myisam.cc