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
This commit is contained in:
parent
fc6dcff5fb
commit
d090462abc
@ -28,7 +28,7 @@ ADD_LIBRARY(mysqldemb emb_qcache.cc libmysqld.c lib_sql.cc
|
|||||||
../client/get_password.c ../libmysql/errmsg.c
|
../client/get_password.c ../libmysql/errmsg.c
|
||||||
../libmysql/libmysql.c ../sql/password.c ../sql-common/client.c
|
../libmysql/libmysql.c ../sql/password.c ../sql-common/client.c
|
||||||
../sql-common/my_time.c ../sql-common/my_user.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/event_timed.cc ../sql/events.cc ../sql/discover.cc
|
||||||
../sql/field_conv.cc ../sql/field.cc ../sql/filesort.cc
|
../sql/field_conv.cc ../sql/field.cc ../sql/filesort.cc
|
||||||
../sql/gstream.cc ../sql/ha_heap.cc ../sql/ha_myisam.cc
|
../sql/gstream.cc ../sql/ha_heap.cc ../sql/ha_myisam.cc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user