~linuxjedi/drizzle/drizzle-bug-647360

« back to all changes in this revision

Viewing changes to tests/r/randgen_queries.result

  • Committer: lbieber
  • Date: 2010-09-22 13:48:54 UTC
  • mfrom: (1784.1.3 build)
  • Revision ID: lbieber@orisndriz08-20100922134854-y7mae2taqhn73vsx
Merge Paul M. - latest changes from PBXT 1.0.11-7
Merge Paul M. - fix bug 641038 - pbxt rollback not working (tables reported as non-transactional)
Merge Andrew - fix show stoppers for new drizzledump

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
DATA_DICTIONARY COLUMNS function        COLUMN_DEFAULT  indexed
80
80
DATA_DICTIONARY COLUMNS function        COLUMN_DEFAULT_IS_NULL  indexed
81
81
DATA_DICTIONARY COLUMNS function        COLUMN_DEFAULT_UPDATE   indexed
82
 
DATA_DICTIONARY COLUMNS function        IS_NULLABLE     indexed
 
82
DATA_DICTIONARY COLUMNS function        IS_AUTO_INCREMENT       indexed
83
83
CREATE SCHEMA randgen_query_test;
84
84
USE randgen_query_test;
85
85
CREATE TABLE t1 (a INT);