~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/my_decimal.h

  • Committer: Monty Taylor
  • Date: 2008-12-21 00:17:47 UTC
  • mto: (722.2.2 devel)
  • mto: This revision was merged to the branch mainline in revision 727.
  • Revision ID: monty@inaugust.com-20081221001747-m8dpxvnfkieu19vc
Split out query_arena.

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
int str2my_decimal(uint32_t mask, const char *from, uint32_t length,
292
292
                   const CHARSET_INFO * charset, my_decimal *decimal_value);
293
293
 
294
 
#if defined(DRIZZLE_SERVER)
295
294
inline
296
295
int string2my_decimal(uint32_t mask, const String *str, my_decimal *d)
297
296
{
302
301
my_decimal *date2my_decimal(DRIZZLE_TIME *ltime, my_decimal *dec);
303
302
 
304
303
 
305
 
#endif /*defined(DRIZZLE_SERVER) */
306
 
 
307
304
inline
308
305
int double2my_decimal(uint32_t mask, double val, my_decimal *d)
309
306
{