~paul-mccullagh/perconatools/tpcc-fix-mac-build

« back to all changes in this revision

Viewing changes to src/spt_proc.h

  • Committer: Vadim Tkachenko
  • Date: 2008-12-04 02:50:59 UTC
  • Revision ID: vadim@percona.com-20081204025059-7qdugxws565smubk
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
int error(MYSQL *mysql, MYSQL_STMT *mysql_stmt);
 
2
 
 
3
#define  TIMESTAMP_LEN  80
 
4
#define  STRFTIME_FORMAT        "%Y-%m-%d %H:%M:%S"
 
5