~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to storage/innobase/include/sync0sync.ic

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
        perform the read first, which could leave a waiting
212
212
        thread hanging indefinitely.
213
213
 
214
 
        Our current solution call every 10 seconds
 
214
        Our current solution call every second
215
215
        sync_arr_wake_threads_if_sema_free()
216
216
        to wake up possible hanging threads if
217
217
        they are missed in mutex_signal_object. */