~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/ha/ha0storage.cc

  • Committer: Monty Taylor
  • Date: 2010-12-26 03:00:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2038.
  • Revision ID: mordred@inaugust.com-20101226030037-2qcfxg5ryamekd56
Cleaned through ha0ha.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#include "ha0storage.ic"
36
36
#endif
37
37
 
38
 
#include <cassert>
39
 
 
40
38
/*******************************************************************//**
41
39
Retrieves a data from a storage. If it is present, a pointer to the
42
40
stored copy of data is returned, otherwise NULL is returned. */
64
62
                fold,                   /* key */
65
63
                ha_storage_node_t*,     /* type of node->next */
66
64
                node,                   /* auxiliary variable */
67
 
                assert(true),                   /* assertion */
 
65
                ,                       /* assertion */
68
66
                IS_FOUND);              /* search criteria */
69
67
 
70
68
        if (node == NULL) {