Comments - test-table-elimination fails

12 years, 2 months ago Elena Stepanova

Hi,

Thank you for reporting this.

This is a test problem; it's now been filed on your behalf as https://bugs.launchpad.net/maria/+bug/986731, you can follow the progress at launchpad. If you need a workaround, please try to apply the following change:

@@ -92,7 +92,7 @@

if ($opt_lock_tables) { - do_query($dbh,"LOCK TABLES elim_facts, elim_attr1, elim_attr2 WRITE"); + do_query($dbh,"LOCK TABLES elim_current_facts WRITE, elim_facts WRITE, elim_attr1 WRITE, elim_attr2 WRITE"); }

if ($opt_fast && defined($server->{vacuum})) @@ -204,7 +204,7 @@

if ($opt_lock_tables) { - do_query($dbh,"LOCK TABLES elim_facts, elim_attr1, elim_attr2 WRITE"); + do_query($dbh,"LOCK TABLES elim_current_facts WRITE, elim_facts WRITE, elim_attr1 WRITE, elim_attr2 WRITE"); }

##

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.