Skip to content

Instantly share code, notes, and snippets.

@hsbt
Created August 7, 2012 03:23
Show Gist options
  • Save hsbt/3281105 to your computer and use it in GitHub Desktop.
Save hsbt/3281105 to your computer and use it in GitHub Desktop.
require 'active_record/connection_adapters/abstract_mysql_adapter'
module ActiveRecord
module ConnectionAdapters
class Mysql2Adapter < AbstractMysqlAdapter
def release_savepoint
# noop
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment