~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/table_function.h

  • Committer: Brian Aker
  • Date: 2010-10-09 00:49:33 UTC
  • mfrom: (1812.5.8 staging)
  • Revision ID: brian@tangent.org-20101009004933-tehugnkubtzp6uy4
Merge in changes for show create table.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
namespace plugin
45
45
{
46
46
 
 
47
#define TABLE_FUNCTION_BLOB_SIZE 2049
 
48
 
47
49
// Not thread safe, but plugins are just loaded in a single thread right
48
50
// now.
49
51
static const char *local_string_append(const char *arg1, const char *arg2)