~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/mysqlslap.c

  • Committer: Grant Limberg
  • Date: 2008-08-12 21:13:01 UTC
  • mto: (322.1.1 codestyle)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: grant@glsoftware.net-20080812211301-ym3wsowelkgp16s2
renamed all instances of MYSQL_ to DRIZZLE_

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
static unsigned int num_char_cols_index= 0;
156
156
static unsigned int iterations;
157
157
static uint my_end_arg= 0;
158
 
static char *default_charset= (char*) MYSQL_DEFAULT_CHARSET_NAME;
 
158
static char *default_charset= (char*) DRIZZLE_DEFAULT_CHARSET_NAME;
159
159
static uint64_t actual_queries= 0;
160
160
static uint64_t auto_actual_queries;
161
161
static uint64_t auto_generate_sql_unique_write_number;