~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/common.h

  • Committer: Brian Aker
  • Date: 2009-03-07 17:09:37 UTC
  • mto: This revision was merged to the branch mainline in revision 920.
  • Revision ID: brian@tangent.org-20090307170937-tnd4eq9tlkvfpddh
Remove client code around LOAD DATE LOCAL

Show diffs side-by-side

added added

removed removed

Lines of Context:
217
217
#define CLIENT_NO_SCHEMA        16      /* Don't allow database.table.column */
218
218
#define CLIENT_COMPRESS         32      /* Can use compression protocol */
219
219
#define CLIENT_ODBC             64      /* Odbc client */
220
 
#define CLIENT_LOCAL_FILES      128     /* Can use LOAD DATA LOCAL */
221
220
#define CLIENT_IGNORE_SPACE     256     /* Ignore spaces before '(' */
222
221
#define UNUSED_CLIENT_PROTOCOL_41       512     /* New 4.1 protocol */
223
222
#define CLIENT_INTERACTIVE      1024    /* This is an interactive client */
240
239
                           CLIENT_NO_SCHEMA | \
241
240
                           CLIENT_COMPRESS | \
242
241
                           CLIENT_ODBC | \
243
 
                           CLIENT_LOCAL_FILES | \
244
242
                           CLIENT_IGNORE_SPACE | \
245
243
                           CLIENT_INTERACTIVE | \
246
244
                           CLIENT_SSL | \