~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/r/randgen_queries.result

  • Committer: Lee Bieber
  • Date: 2011-02-10 21:02:41 UTC
  • mfrom: (2154.1.3 build)
  • Revision ID: kalebral@gmail.com-20110210210241-jouae2uw2pwv6bac
Merge Patrick - 715885: dbqp needs to return non-zero if tests fail
Merge Stewart - 715539: (get|set)_session_proc_info() still exists
Merge Stewart - 715575: misc session_foo() functions exist - should be methods in Session
Merge Stewart - 712843: SAVEPOINT after rollback due to deadlock with autocommit=off in transaction will call startTransaction with an existing transaction where one shouldn't exist

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
DATA_DICTIONARY COLUMNS misc    TABLE_SCHEMA    indexed
81
81
DATA_DICTIONARY COLUMNS misc    TABLE_NAME      indexed
82
82
DATA_DICTIONARY COLUMNS misc    COLUMN_NAME     indexed
 
83
COMMIT;
83
84
CREATE SCHEMA randgen_query_test;
84
85
USE randgen_query_test;
85
86
CREATE TABLE t1 (a INT);
125
126
test    t1      misc    col_text_not_null_key   indexed
126
127
test    t1      misc    pk      primary
127
128
test    t1      misc    col_bigint_key  indexed
 
129
COMMIT;
128
130
DROP SCHEMA randgen_query_test;
129
131
USE test;
130
132
select AVG(`col_int_key`) + AVG(`col_int`) AS average1,