REPLICATE=FALSE broken

Bug #731189 reported by Andrew Hutchings
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
Critical
Brian Aker
7.0
Fix Released
Critical
Brian Aker

Bug Description

drizzle> create table t3 (a int) replicate=FALSE;
Query OK, 0 rows affected (0.049437 sec)

drizzle> show create table t3\G
*************************** 1. row ***************************
       Table: t3
Create Table: CREATE TABLE `t3` (
  `a` INT DEFAULT NULL
) ENGINE=InnoDB COLLATE = utf8_general_ci
1 row in set (0.000685 sec)

drizzle> select * from data_dictionary.tables where table_name='t3'\G
*************************** 1. row ***************************
       TABLE_SCHEMA: test
         TABLE_NAME: t3
         TABLE_TYPE: BASE
    TABLE_ARCHETYPE: STANDARD
             ENGINE: InnoDB
         ROW_FORMAT: DEFAULT
    TABLE_COLLATION: utf8_general_ci
TABLE_CREATION_TIME: Tue Mar 08 10:42:18 2011
  TABLE_UPDATE_TIME: Tue Mar 08 10:42:18 2011
      TABLE_COMMENT: NULL
     AUTO_INCREMENT: 0
         TABLE_UUID: b2c2307b-f326-4571-80b5-7b6f46d808c3
      TABLE_VERSION: 1
      IS_REPLICATED: 1
1 row in set (0.006578 sec)

Related branches

Brian Aker (brianaker)
Changed in drizzle:
assignee: nobody → Brian Aker (brianaker)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.