1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test/cases/adapters/mysql
Yasuo Honda 85a1f7ae1e Change the inexistent database name to inexistent_activerecord_unittest
to make this grant statement described in the document works

GRANT ALL PRIVILEGES ON inexistent_activerecord_unittest.* to 'rails'@'localhost';
2014-01-01 09:38:37 +09:00
..
active_schema_test.rb Fix broken mysql test 2013-05-03 11:36:02 +01:00
case_sensitivity_test.rb
connection_test.rb Remove DEFAULT NULL for primary key column to support MySQL 5.7.3 2013-12-10 11:12:33 +09:00
enum_test.rb fix detect column type of enum 2013-04-01 17:09:20 +09:00
mysql_adapter_test.rb Change the inexistent database name to inexistent_activerecord_unittest 2014-01-01 09:38:37 +09:00
quoting_test.rb
reserved_word_test.rb Cleanup of class_name 2013-07-28 15:00:55 +01:00
schema_test.rb Add support for FULLTEXT and SPATIAL indexes using the :type flag for MySQL. 2013-03-27 23:35:54 -04:00
sp_test.rb
sql_types_test.rb Use the MySQL varbinary type when appropriate in migrations. 2012-10-27 13:41:27 -04:00
statement_pool_test.rb Don't skip tests if we don't need to. 2013-11-08 13:59:07 -02:00