File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -530,10 +530,16 @@ sudo apt-get install libpq-dev libsqlite3-dev libmysqlclient-dev
530530bundle install
531531```
532532
533- ### Object destroy fails with MySQL 5 .7+
533+ ### Object destroy fails with MySQL v5 .7+
534534
535535A bug was introduced in MySQL's query optimizer. [ See the workaround here] ( https://github.com/mceachen/closure_tree/issues/206 ) .
536536
537+ ### Hierarchy maintenance errors from MySQL v5.7.9-v5.7.10
538+
539+ Upgrade to MySQL 5.7.12 or later if you see [ this issue] ( https://github.com/mceachen/closure_tree/issues/190 ) :
540+
541+ Mysql2::Error: You can't specify target table '*_hierarchies' for update in FROM clause
542+
537543## Testing with Closure Tree
538544
539545Closure tree comes with some RSpec2/3 matchers which you may use for your tests:
You can’t perform that action at this time.
0 commit comments