• unknown's avatar
    A patch for Bug#35329: connect does not set mysql_errno variable. · dfe64ecd
    unknown authored
    The problem was that 'connect' command didn't set mysql_errno
    variable, thus the script was unable to determine whether connection
    was opened or not.
    
    The fix is to set this variable.
    
    Test cases will be added in the scope of Bug33507
    into connect.test file.
    
    
    client/mysqltest.c:
      Set 'mysql_errno' variable.
    dfe64ecd
mysqltest.c 226 KB