~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/item_func.h

  • Committer: Brian Aker
  • Date: 2008-08-01 18:16:56 UTC
  • mfrom: (243.1.8 cleanup-mysql-priv)
  • Revision ID: brian@tangent.org-20080801181656-sut492wazlvp9glh
Merge from Jay.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
   along with this program; if not, write to the Free Software
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
 
16
#ifndef DRIZZLED_SERVER_ITEM_FUNC_H
 
17
#define DRIZZLED_SERVER_ITEM_FUNC_H
16
18
 
17
19
/* Function items used by mysql */
18
20
 
1390
1392
  const char *func_name() const { return "found_rows"; }
1391
1393
  void fix_length_and_dec() { decimals= 0; maybe_null=0; }
1392
1394
};
 
1395
 
 
1396
#endif /* DRIZZLE_SERVER_ITEM_FUNC_H */