• Timothy Smith's avatar
    Applying InnoDB snapshot innodb-5.1-ss3603 · c36cf42f
    Timothy Smith authored
    Detailed description of changes:
    r3257 | inaam | 2008-11-24 22:06:50 +0200 (Mon, 24 Nov 2008) | 13 lines
    branches/5.1 bug#40760
    
    The config param innodb_thread_concurrency is dynamically set and is
    read when a thread enters/exits innodb. If the value is changed between
    the enter and exit time the behaviour becomes erratic.
    The fix is not to use srv_thread_concurrency when exiting, instead use
    the flag trx->declared_to_be_inside_innodb.
    
    rb://57
    
    Approved by: Marko
    c36cf42f
srv0srv.c 74.5 KB