1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-27 13:04:36 +03:00
Files
mariadb/libmysql
Sergei Golubchik 3c1125d4ca fixes for get_password():
1. on windows: don't hang when there's no console, that is, _getch() returns -1. 
2. on windows: _getch() returns an int, not char.
   to distinguish between (char)255 and (int)-1
3. everywhere. isspace(pos[-1]) == ' ' never worked,
   isspace() returns a boolean, not a char. the never-worked loop was
   removed to preserve the existing behavior.
2012-01-12 20:12:14 +01:00
..
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00
2010-11-24 13:07:37 +03:00
2010-11-24 13:07:37 +03:00
2012-01-12 20:12:14 +01:00
2011-11-24 18:48:58 +02:00
2010-01-15 17:27:55 +02:00
2011-11-24 18:48:58 +02:00