~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_string.h

  • Committer: Monty Taylor
  • Date: 2011-01-28 18:48:01 UTC
  • mto: This revision was merged to the branch mainline in revision 2126.
  • Revision ID: mordred@inaugust.com-20110128184801-0lqcom2ntlplhqrm
We want to add visibility markers into the headers... not take them away
from the .cc files. Gah.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
 
40
40
class String;
41
41
 
42
 
extern String my_empty_string;
 
42
extern DRIZZLED_API String my_empty_string;
43
43
extern const String my_null_string;
44
44
namespace memory { class Root; }
45
45
typedef struct charset_info_st CHARSET_INFO;