From 11338183265f759b07c8dffd526b92fb550ba79d Mon Sep 17 00:00:00 2001 From: Jeff Browning Date: Fri, 27 Jun 2014 10:04:18 -0400 Subject: Fix version detection for RENAME INDEX support. Fixes #15931. --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 1ba01d3618..1f9d767141 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,9 @@ +* Do not use `RENAME INDEX` syntax for MariaDB 10.0. + + Fixes #15931. + + *Jeff Browning* + * Fix the schema dump generated for tables without constraints and with primary key with default value of custom PostgreSQL function result. -- cgit v1.2.3