mariadb/libmysqld
konstantin@mysql.com 17c845bcdd Microsoft VC++ won't compile class C { static const int I=1; }.
Putting initialization into .cc will reduce compiler's abilities
to optimize this constant away.
Defines are not OK as they bloat global namespace.
Looking for a way to declare an efficient named constant in reduced
namespace (i. e. in  a class).
Let's try enums: normally they should be implicitly casted to int.
Let's see if we really have a compiler which won't do that.
2004-08-28 10:32:27 +04:00
..
examples client_test.cc -> client_test.c 2004-08-03 18:58:35 -07: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 Microsoft VC++ won't compile class C { static const int I=1; }. 2004-08-28 10:32:27 +04:00
libmysqld.c After merge fixes 2004-05-27 02:50:42 +03:00
libmysqld.def Export the stmt functions on Embedded Server 2004-07-21 19:29:08 -04:00
Makefile.am VIEW 2004-07-16 01:15:55 +03:00