mariadb/libmysqld
unknown c56613fb3c fix for bug #3974 ("SHOW FULL PROCESSLIST" crashes the embedded server)
server crashed checking thd->priv_user[0] and thd->priv_user is NULL
if NO_EMBEDDED_ACCESS_CHECKS is on.
Now i set it to be the same as thd->user


libmysqld/lib_sql.cc:
  now priv_user won't be NULL
2004-06-09 23:10:09 +05:00
..
examples CXX linker specified for client_test with libmysqld 2004-05-14 21:00:29 +05:00
copyright Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
emb_qcache.cc Removing VC++ compiler warnings 2004-05-10 22:25:51 -03:00
emb_qcache.h SCRUM 2003-12-01 17:19:10 +04:00
embedded_priv.h Proposed fix for #3744 (embedded server, wrong error message if database is 2004-05-17 12:05:57 +05:00
lib_sql.cc fix for bug #3974 ("SHOW FULL PROCESSLIST" crashes the embedded server) 2004-06-09 23:10:09 +05:00
libmysqld.c After merge fixes 2004-05-27 02:50:42 +03:00
libmysqld.def Update version number 2004-06-01 22:29:46 +03:00
Makefile.am Removed compiler warnings 2004-06-01 23:39:39 +03:00