This project is archived and is in readonly mode.

Changeset [6626833db13a69786f9f6cd56b9f53c4017c3e39] by José Valim

May 8th, 2010 @ 03:46 PM

Revert "Add index length support for MySQL [#1852 state:open]"

This commit breaks dumping a few tables, as the sessions table.
To reproduce, just create a new application and:

rake db:sessions:create rake db:migrate rake db:test:prepare

And then look at the db/schema.rb file (ht: Sam Ruby).

This reverts commit 5b95730edc33ee97f53da26a3868eb983305a771.
http://github.com/rails/rails/commit/6626833db13a69786f9f6cd56b9f53...

Committed by José Valim

  • M activerecord/CHANGELOG
  • M activerecord/lib/active_record/connection_adapters/abstract/schema_definitions.rb
  • M activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
  • M activerecord/lib/active_record/connection_adapters/mysql_adapter.rb
  • M activerecord/lib/active_record/schema_dumper.rb
  • M activerecord/test/cases/active_schema_test_mysql.rb
  • M activerecord/test/cases/migration_test.rb

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>