• unknown's avatar
    Bug #20901: CREATE privilege is enough to insert into a table · 7b11ad78
    unknown authored
    CREATE TABLE IF NOT EXISTS ... SELECT let you insert into an existing
    table as long as you had the CREATE privilege.  CREATE ... SELECT
    variants now always require INSERT privilege on target table.
    
    
    mysql-test/r/create.result:
      after-merge fixes, errno changed 4.1->5.0
    mysql-test/t/create.test:
      after-merge fixes, errno changed 4.1->5.0
    7b11ad78
create.test 42.6 KB