mariadb/libmysqld
unknown 582886a3e9 Fix for 1224 (USER() CURRENT_USER() functions in embedded library)
Now we return user@host for USER() in embedded library
CURRENT_USER returns empty string if library compiled with
NO_EMBEDDED_ACCESS_CHECKS


libmysqld/embedded_priv.h:
  function's declarations trimmed
libmysqld/lib_sql.cc:
  user/host names handling added
libmysqld/libmysqld.c:
  user/host names handling added
sql/sql_class.cc:
  we shouldn't free user/host names in embedded library
2004-01-07 21:30:15 +04:00
..
examples - added missing link line that seemed to have gone lost during the last 2003-10-08 13:06:47 +02:00
copyright Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
emb_qcache.cc SCRUM 2004-01-07 16:41:09 +04:00
emb_qcache.h SCRUM 2003-12-01 17:19:10 +04:00
embedded_priv.h Fix for 1224 (USER() CURRENT_USER() functions in embedded library) 2004-01-07 21:30:15 +04:00
lib_sql.cc Fix for 1224 (USER() CURRENT_USER() functions in embedded library) 2004-01-07 21:30:15 +04:00
libmysqld.c Fix for 1224 (USER() CURRENT_USER() functions in embedded library) 2004-01-07 21:30:15 +04:00
libmysqld.def Fixed some new memory leaks 2003-06-24 12:10:35 +03:00
Makefile.am SCRUM 2003-12-01 17:19:10 +04:00