~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/create_max_fields.test

* Renames Ha_trx_info to drizzled::ResourceContext
* Renames Sesssion_TRANS to drizzled::TransactionContext
* Replaces homegrown linked-lists of Ha_trx_info pointers
  with vector<drizzled::ResourceContext> operations
* Renames Session::getEngineInfo() to Session::getResourceContext()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
--disable_warnings
2
 
drop table if exists t1;
3
 
--enable_warnings
4
 
 
5
1
--echo One column less than MAX_FIELDS
6
2
CREATE TABLE t1 (
7
3
f1 int,