• Noel Grandin's avatar
    fix concurrenccy in freedPageSpace · f8d4e81f
    Noel Grandin 提交于
    just seen a ConcurrentModificationException on Jenkins.
    
    It looks like we can access the Map<Integer, Chunk> from different threads concurrently without taking the same locks. So make it a ConcurrentHashMap. Nothing useful we can lock on here without introducing an ABBA deadlock.
    f8d4e81f
名称
最后提交
最后更新
..
api #537: Include the COLUMN name in message "Numeric value out of range"
bnf Rename some variables to point out usage of nanoseconds time stamp
command #570: MySQL compatibility for ALTER TABLE .. DROP INDEX
compress Fix bug in "jdbc:h2:nioMemFS" isRoot() function. Also, the page size was increased to 64 KB.
constraint Refactor synonym support: Remove AbstractTable
engine remove redundant type arguments
expression remove redundant type arguments
fulltext remove redundant type arguments
index remove redundant type arguments
jdbc remove redundant type arguments
jdbcx Formatting, code style, Javadocs
jmx remove redundant type arguments
message remove redundant type arguments
mode move mysql functions back to main directory. (#427)
mvstore fix concurrenccy in freedPageSpace
res #537: Include the COLUMN name in message "Numeric value out of range"
result issue#493
schema Refactor synonym support: Remove AbstractTable
security remove redundant type arguments
server remove redundant type arguments
store remove redundant type arguments
table remove redundant type arguments
tools unused imports
upgrade Use constants where possible.
util remove redundant type arguments
value Loading commit data...
Driver.java Loading commit data...
JdbcDriverBackwardsCompat.java Loading commit data...
package.html Loading commit data...