Updated number of expected rows from 2 to 100 for information_schema tables
The reason is that 2 is usually way to low and as information_schema tables may have implicit locks when accessing rows, it is better that the optimizer doesn't think that these tables are 'very small and fast'. This change will affect a very small set of test cases.
Showing
Please register or sign in to comment