summaryrefslogtreecommitdiff
path: root/sql/password.c
Commit message (Collapse)AuthorAgeFilesLines
* - renamed "rnd" to "my_rnd" as the name was too generic (and is an exportedlenz@mysql.com2003-03-181-6/+6
| | | | | | | | symbol in libmysqlclient) (thanks to Dennis Haney for the initial patch) - cleanup: removed client/password.c (not used at all) and libmysql/password.c (should rather be a symlink to sql/password.c instead) - applied HPUX11 portability fix for char_val declaration to sql/password.c (taken from libmysql/password.c)
* Change of internal key_field=NULL handling to avoid error messages.monty@hundin.mysql.fi2002-12-031-1/+1
| | | | | Optimized SELECT DISTINCT ... ORDER BY ... LIMIT Fixed reference to uninitalized variable
* Update copyrightmonty@hundin.mysql.fi2001-12-061-3/+3
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Changed to use my_global.hmonty@hundin.mysql.fi2001-09-141-1/+1
| | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* Lots of manual changesmonty@donna.mysql.com2001-01-251-1/+1
| | | | Changed 'static inline' to 'inline' for SCO new's compiler
* Import changesetbk@work.mysql.com2000-07-311-0/+191