aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJeff Browning <jeff@jkbrowning.com>2014-06-27 10:04:18 -0400
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-07-15 12:41:14 -0300
commit11338183265f759b07c8dffd526b92fb550ba79d (patch)
treea36920e0a291383730e4a154342de9a61619b526 /activerecord/CHANGELOG.md
parent473b09f6160a4663ded59d529d47be219eb18d9a (diff)
downloadrails-11338183265f759b07c8dffd526b92fb550ba79d.tar.gz
rails-11338183265f759b07c8dffd526b92fb550ba79d.tar.bz2
rails-11338183265f759b07c8dffd526b92fb550ba79d.zip
Fix version detection for RENAME INDEX support. Fixes #15931.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
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.