shaa108 / h2database

Automatically exported from code.google.com/p/h2database
1 stars 0 forks source link

copyInThread does not work properly #594

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
copyInThread does not work properly, you should use start() for start new 
Thread instead of run.

https://code.google.com/p/h2database/source/browse/trunk/h2/src/main/org/h2/util
/Profiler.java#267

Original issue reported on code.google.com by sergeicelov@gmail.com on 19 Dec 2014 at 9:59

GoogleCodeExporter commented 8 years ago
patch 

Original comment by sergeicelov@gmail.com on 19 Dec 2014 at 10:09

Attachments:

GoogleCodeExporter commented 8 years ago
You are right!

Original comment by thomas.t...@gmail.com on 20 Dec 2014 at 8:08

GoogleCodeExporter commented 8 years ago
Fixed in the trunk

Original comment by thomas.t...@gmail.com on 20 Dec 2014 at 8:09