mariadb/libmysqld
unknown e81d45c182 Bug fixed
null_string wasn't known in libmysqld/lib_sql.cc, that caused compiler's error
i put the declaration of the null_string in mysql_priv.h and renamed it
to my_null_string to reduce the probability of name's intersections


libmysqld/lib_sql.cc:
  null_string -> my_null_string
sql/mysql_priv.h:
  my_null_string was made known
sql/sql_prepare.cc:
  null_string -> my_null_string
2003-09-25 13:02:45 +05:00
..
examples SCRUM 2003-06-17 21:32:31 +05:00
copyright Added all changes from old 4.0 version: 2001-04-11 13:04:03 +02:00
embedded_priv.h SCRUM 2003-09-19 14:17:55 +05:00
lib_sql.cc Bug fixed 2003-09-25 13:02:45 +05:00
libmysqld.c SCRUM 2003-09-19 14:17:55 +05:00
libmysqld.def Fixed some new memory leaks 2003-06-24 12:10:35 +03:00
Makefile.am After merge fixes 2003-08-19 00:08:08 +03:00