00001 // sqlshared.cpp -- Shared code between the main server and the sqlslave. 00002 // 00003 // $Id: sqlshared.cpp,v 1.2 2005/10/14 17:34:09 sdennis Exp $ 00004 // 00005 #include "autoconf.h" 00006 #include "config.h" 00007 00008 #ifdef QUERY_SLAVE 00009 #include "sqlshared.h" 00010 00011 void sqlfoo(void) 00012 { 00013 return; 00014 } 00015 00016 #endif // QUERY_SLAVE