~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/ut/ut0mem.c

  • Committer: Lee Bieber
  • Date: 2010-12-03 01:16:19 UTC
  • mfrom: (1819.9.81 update-innobase)
  • Revision ID: kalebral@gmail.com-20101203011619-n6v584rijwdet05b
Merge Stewart - update Innobase plugin based on InnoDB 1.1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
180
180
 
181
181
                /* Make an intentional seg fault so that we get a stack
182
182
                trace */
183
 
                /* Intentional segfault on NetWare causes an abend. Avoid this
184
 
                by graceful exit handling in ut_a(). */
185
 
#if (!defined __NETWARE__)
186
183
                if (assert_on_error) {
187
184
                        ut_print_timestamp(stderr);
188
185
 
195
192
                } else {
196
193
                        return(NULL);
197
194
                }
198
 
#else
199
 
                ut_a(0);
200
 
#endif
201
195
        }
202
196
 
203
197
        if (set_to_zero) {