~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/hello_world/hello_world.cc

Giant merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
 
#include <mysql_priv.h>
 
16
#include <drizzled/mysql_priv.h>
17
17
#include <stdlib.h>
18
18
#include <ctype.h>
19
 
#include <drizzle_version.h>
20
 
#include <drizzle/plugin.h>
21
 
#include <my_global.h>
22
 
#include <my_dir.h>
 
19
#include <drizzled/plugin.h>
23
20
 
24
21
bool udf_init_hello_world(UDF_INIT *initid, UDF_ARGS *args, char *message)
25
22
{