~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/analyze.test

  • Committer: LinuxJedi
  • Date: 2010-08-30 16:24:46 UTC
  • mto: (1738.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1739.
  • Revision ID: linuxjedi@linuxjedi-laptop-20100830162446-qdm7pnma8vp41e5m
Fix valgrind warnings (plus make exit clean up properly)

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
# Bug #30495: optimize table t1,t2,t3 extended errors
65
65
#
66
66
#create table t1(a int);
67
 
#--error ER_PARSE_ERROR
 
67
#--error 1064
68
68
#analyze table t1 extended;
69
 
#--error ER_PARSE_ERROR
 
69
#--error 1064
70
70
#optimize table t1 extended;
71
71
#drop table t1;
72
72