~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Removed DBUG symbols and fixed TRUE/FALSE

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
                trace */
139
139
                /* Intentional segfault on NetWare causes an abend. Avoid this
140
140
                by graceful exit handling in ut_a(). */
 
141
#if (!defined __NETWARE__)
141
142
                if (assert_on_error) {
142
143
                        ut_print_timestamp(stderr);
143
144
 
150
151
                } else {
151
152
                        return(NULL);
152
153
                }
 
154
#else
 
155
                ut_a(0);
 
156
#endif
153
157
        }
154
158
 
155
159
        if (set_to_zero) {