~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Merged build changes from Antony.

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__)
142
141
                if (assert_on_error) {
143
142
                        ut_print_timestamp(stderr);
144
143
 
151
150
                } else {
152
151
                        return(NULL);
153
152
                }
154
 
#else
155
 
                ut_a(0);
156
 
#endif
157
153
        }
158
154
 
159
155
        if (set_to_zero) {