Go to the first, previous, next, last section, table of contents.
-
Added retry of interrupted reads and clearing of errno.
This makes Linux systems much safer!
-
Fixed locking bug when using many alias on the same table in the same select.
-
Fixed bug with LIKE on number key.
-
New error message so one can check if the connection was lost while
the command was running or if the connection was down from the start.
-
Added --table option to mysql to print in table format.
Moved time and row information after query result.
Added automatic reconnect of lost connections.
-
Added != as an alias for <>.
-
Added function VERSION() to make easier logs.
-
New multi-user test 'tests/fork_test.pl' to put some strain on the
thread library.
Go to the first, previous, next, last section, table of contents.