| List: | Falcon Storage Engine | « Previous MessageNext Message » | |
| From: | Christopher Powers | Date: | October 18 2008 5:06pm |
| Subject: | Re: Odd new error message since today's pull from 6.0 | ||
| View as plain text | |||
Ann, did you ever resolve this? Ann W. Harrison wrote: > Philip Stoev wrote: >> This script does only CREATE TABLE and single-row INSERT IGNORE , so >> whatever it is , it is not good. >> > > Yup. The problem is insert ignore, as this case shows ... > > > mysql> create database awh; > Query OK, 1 row affected (0.02 sec) > > mysql> use awh; > Database changed > mysql> create table t1 (f1 integer) engine=Falcon; > Query OK, 0 rows affected (0.19 sec) > > mysql> insert ignore into t1 (f1) values (5); > ERROR 1598 (HY000): Binary logging not possible. > Message: Statement-based format required for this statement, but > not allowed by this combination of engines > mysql> > > Sigh. > > > Ann >
| Thread | ||
|---|---|---|
| • Odd new error message since today's pull from 6.0 | Ann W. Harrison | 16 Oct |
| • Re: Odd new error message since today's pull from 6.0 | Ann W. Harrison | 21 Oct |
| • Re: Odd new error message since today's pull from 6.0 | Vladislav Vaintroub | 21 Oct |
| • Re: Odd new error message since today's pull from 6.0 | Manyi Lu | 21 Oct |
| • Re: Odd new error message since today's pull from 6.0 | Philip Stoev | 21 Oct |
| • Re: Odd new error message since today's pull from 6.0 | Philip Stoev | 22 Oct |
| • Re: Odd new error message since today's pull from 6.0 | Ann W. Harrison | 17 Oct |
| • Re: Odd new error message since today's pull from 6.0 | Christopher Powers | 18 Oct |
