mariadb/handler
osku 23f6d69488 From MySQL:
Fix bug #17264. For alter table on win32 for succesful operation completion
it is used TL_WRITE(=10) lock instead of TL_WRITE_ALLOW_READ(=6), however in
InnoDB handler TL_WRITE is lifted to TL_WRITE_ALLOW_WRITE, which causes race
condition when several clients do alter table simultaneously.
2006-06-02 07:10:14 +00:00
..
ha_innodb.cc From MySQL: 2006-06-02 07:10:14 +00:00
ha_innodb.h From MySQL: 2006-04-24 11:33:00 +00:00