1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Reverted patch for new usage of open_count as it caused more problems than it solved

Cleaned up patch for checking locks for multi-table updates
This commit is contained in:
monty@mysql.com
2004-10-06 01:24:21 +03:00
parent 91e8afac37
commit c27d22b44e
7 changed files with 116 additions and 158 deletions

View File

@ -469,7 +469,7 @@ static ulong get_sort(uint count,...)
uint chars= 0;
uint wild_pos= 0; /* first wildcard position */
if (start= str)
if ((start= str))
{
for (; *str ; str++)
{