------------------------------------------------------------ revno: 2797 committer: Michael Widenius <[email protected]> branch nick: maria-5.1 timestamp: Thu 2010-01-14 18:32:41 +0200 message: Fixed compile error on windows. modified: sql/set_var.cc
-- lp:maria https://code.launchpad.net/~maria-captains/maria/5.1 Your team Maria developers is subscribed to branch lp:maria. To unsubscribe from this branch go to https://code.launchpad.net/~maria-captains/maria/5.1/+edit-subscription.
=== modified file 'sql/set_var.cc' --- sql/set_var.cc 2009-12-03 11:19:05 +0000 +++ sql/set_var.cc 2010-01-14 16:32:41 +0000 @@ -58,6 +58,9 @@ #include <my_getopt.h> #include <thr_alarm.h> #include <myisam.h> +#ifdef WITH_MARIA_STORAGE_ENGINE +#include <maria.h> +#endif #include <my_dir.h> #include <waiting_threads.h> #include "events.h"
_______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

