diff options
author | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-08-08 17:29:22 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@mariadb.com> | 2016-08-08 17:29:22 -0400 |
commit | 69052ed022063d0770ad4562a1dd42572067547e (patch) | |
tree | ad22cab0c3e604014c5ed4001b8d1eb3c0c7aad3 /.travis.yml | |
parent | df9b4554b729aac895d699b2af5a5684b026a85a (diff) | |
download | mariadb-git-69052ed022063d0770ad4562a1dd42572067547e.tar.gz |
MDEV-10320: NO-OP ALTER TABLE on temporary tables getting
.. logged under row binlog format
In the early stages of ALTER TABLE execution, the implementation
checks whether its a NOOP (alter_info->flags == 0), and if so,
it returns after logging the command to binary log. The logging,
however, was done unconditionally.
Fixed by skipping the logging for temporary tables when under row
based replication.
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions