~vadim-tk/sysbench/dbweb-benchmark

« back to all changes in this revision

Viewing changes to sysbench/db_driver.h

  • Committer: Alexey Kopytov
  • Date: 2010-11-01 09:01:02 UTC
  • mfrom: (62.1.11 sysbench-0.4)
  • Revision ID: alexey.kopytov@oracle.com-20101101090102-fg4y1vcvex4l47b5
Manual merge from 0.4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
 
163
163
typedef struct
164
164
{
165
 
  char            *sname;   /* short name */
166
 
  char            *lname;   /* long name */
 
165
  const char      *sname;   /* short name */
 
166
  const char      *lname;   /* long name */
167
167
  sb_arg_t        *args;    /* driver command line arguments */
168
168
  drv_ops_t       ops;      /* driver operations */
169
169