lp:sql-bench

Created by CaptTofu and last modified
Get this branch:
bzr branch lp:sql-bench
Only CaptTofu can upload to this branch. If you are CaptTofu please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
CaptTofu
Project:
SQL Bench
Status:
Development

Recent revisions

13. By Patrick Galbraith <email address hidden>

Merging in Lee's changes

12. By patg <patg@orisndriz05>

Merged in Lee's changes to crash-me test. All good to go

11. By patg <patg@orisndriz05>

* Added --bzr-repo flag to obtain repo version if set
* Added create test schema if not exists for drizzle

10. By patg <patg@orisndriz05>

Fix to 'create' sub - no indexes were being created!!!!

9. By patg <patg@orisndriz05>

Updated README

8. By root <root@domU-12-31-36-00-49-D2>

Added back in missing methods to db_Mysql

7. By CaptTofu

More fixes to tests

6. By patg <patg@hanuman>

Fixed all Ansi/SQL issues.

Tests are working, except there is an error with:

insert test - duplicate values error not working for some reason

wisconsin -

Error occured with execute(select t1.*,o.unique1 AS ounique1,o.unique2 AS ounique2,o.two AS otwo,o.four AS ofour,o.ten AS oten,o.twenty AS otwenty,o.hundred AS ohundred,o.thousand AS othousand,o.twothousand AS otwothousand,o.fivethous AS ofivethous,o.tenthous AS otenthous,o.odd AS oodd, o.even AS oeven,o.stringu1 AS ostringu1,o.stringu2 AS ostringu2,o.string4 AS ostring4 from onek o, tenk1 t1, tenk1 t2 where (o.unique2 = t1.unique2) and (t1.unique2 = t2.unique2) and (t1.unique2 < 1000) and (t2.unique2 < 1000))
 -> The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay

5. By patg <patg@hanuman>

ATIS test working

4. By patg <patg@hanuman>

More work on SQL bench - put in Perl executable path. Now runs, but there are some
other issues.

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers