~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/row0sel.h

  • Committer: Monty Taylor
  • Date: 2010-10-21 23:10:12 UTC
  • mto: (1879.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1880.
  • Revision ID: mordred@inaugust.com-20101021231012-uhsebiqo23xi0ygy
Updated AUTHORS list with everyone from bzr logs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (C) 1997, 2010, Innobase Oy. All Rights Reserved.
 
3
Copyright (c) 1997, 2009, Innobase Oy. All Rights Reserved.
4
4
 
5
5
This program is free software; you can redistribute it and/or modify it under
6
6
the terms of the GNU General Public License as published by the Free Software
105
105
/*============*/
106
106
        void*   row,            /*!< in:  sel_node_t* */
107
107
        void*   user_arg);      /*!< in:  not used */
 
108
/****************************************************************//**
 
109
Callback function for fetch that stores an unsigned 4 byte integer to the
 
110
location pointed. The column's type must be DATA_INT, DATA_UNSIGNED, length
 
111
= 4.
 
112
@return always returns NULL */
 
113
UNIV_INTERN
 
114
void*
 
115
row_fetch_store_uint4(
 
116
/*==================*/
 
117
        void*   row,            /*!< in:  sel_node_t* */
 
118
        void*   user_arg);      /*!< in:  data pointer */
108
119
/***********************************************************//**
109
120
Prints a row in a select result.
110
121
@return query thread to run next or NULL */