~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

Put errmsg.c in sql-common since it can be built only once and used twice.
Put client.c and net_serv.c in libmysql so that we can only have one
link_sources section. 
Got rid of just about all copying and other weirdness, other than some stuff
in client and client.c/net_serv.c, which need to be reworked.

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) {