marko
8519302258
branches/zip: Declare innobase_mysql_print_thd() in ha_prototypes.h.
2007-06-21 13:27:22 +00:00
marko
e9351c6fbb
branches/zip: Initialize trx_dummy_sess only once. Require trx->sess to
...
be set always.
trx_rollback_active(): Split from trx_rollback_or_clean_all_without_sess().
row_undo_dictionary(): Do not return a value. Assert that all operations
succeed.
row_merge_drop_index(): Remove bogus comment about void return value.
trx_dummy_sess: Move the declaration from trx0roll.h to trx0trx.h,
because the variable is defined in trx0trx.c.
2007-06-21 12:02:29 +00:00
marko
ac7cba9796
branches/zip: trx_commit_for_mysql(): Call trx_start_if_not_started() earlier.
...
Return DB_SUCCESS. Do not release and reacquire kernel_mutex.
2007-06-21 10:42:20 +00:00
marko
8b40a79c64
branches/zip: Enable calls to inlined InnoDB functions in ha_innodb.cc,
...
now that all of InnoDB code is built from a single Makefile and it should
not be possible to build the modules with mutually incompatible options.
#define INSIDE_HA_INNOBASE_CC: Remove.
srv_sizeof_trx_t_in_ha_innodb_cc: Remove.
dict_table_get_low_noninlined(): Remove. This function was unused.
Remove all _noninline functions. Remove the _noninline suffix from
all function calls in ha_innodb.cc.
2007-06-20 08:26:26 +00:00
marko
df6107de8e
branches/zip: trx_commit_for_mysql(): Replace ut_a(err)
...
with ut_a(err == DB_SUCCESS).
2007-06-13 10:19:23 +00:00
marko
8a294fa351
branches/zip: Merge 1493:1533 from trunk.
...
Make use of UT_BITS_IN_BYTES().
2007-05-29 08:48:16 +00:00
marko
3f3a0c5334
branches/zip: Use ut_dulint_zero and ut_dulint_is_zero whenever possible.
2007-05-18 11:01:58 +00:00
marko
88df83bb3b
branches/zip: Merge revisions 1402:1493 from trunk.
...
Remove mysql.patch, because the configuration parameter interface has changed.
2007-05-14 09:07:15 +00:00
marko
fc65b08f53
branches/zip: Merge branches/fast-index-creation -r1413.
...
Fix some bugs. The tests innodb and innodb-index fail, but that might
be due to an old MySQL source tree being used.
2007-04-04 11:05:33 +00:00
marko
4d6805f2a8
branches/zip: Merge revisions 1322:1402 from trunk.
2007-04-02 05:39:41 +00:00
marko
5fc003b65d
branches/zip: Make mutex_own() work with UNIV_DEBUG, without UNIV_SYNC_DEBUG.
2007-01-18 18:29:12 +00:00
marko
81334fe6de
branches/zip: trx_prepare_off_kernel(): Eliminate the local variable
...
must_flush_log, and remove warning about lsn being possibly uninitialized.
2007-01-03 12:34:04 +00:00
marko
7fbc4f2bc0
branches/zip: Merge revisions 1009:1165 from trunk.
2007-01-02 14:36:59 +00:00
marko
c087a5d559
branches/zip: Minor cleanup.
...
buf_page_get_gen(): Cache the result of fil_space_get_zip_size().
trx_commit_off_kernel(): Eliminate the flag must_flush_log. Initialize lsn = 0
to signify must_flush_log == FALSE.
log_flush_margin(): Eliminate the flag do_flush. Initialize lsn = 0
to signify do_flush == FALSE.
2006-12-29 09:07:01 +00:00
marko
329a29c2fb
branches/zip: Replace ib_ulonglong with ib_uint64_t, since we want exactly
...
64 bits. "long long" might be longer than 64 bits on some systems.
2006-11-29 14:52:16 +00:00
marko
7593a465db
branches/zip: Introduce the unsigned 64-bit data type ib_ulonglong
...
for log sequence numbers, to replace dulint.
2006-11-24 13:05:01 +00:00
marko
19420d4621
branches/zip: Merge revisions 968:1009 from trunk.
2006-11-10 11:15:59 +00:00
marko
68a65c142c
branches/zip: Merge revisions 804:838 from trunk.
2006-09-19 10:14:07 +00:00
marko
38e09b2fea
branches/zip: Merge revisions 720:765 from trunk and reindent the code
...
as per revisions r763:765.
2006-08-29 09:30:31 +00:00
marko
7f8cb7aab9
branches/zip: Merge revisions 583:634 from trunk.
2006-06-13 20:23:26 +00:00
marko
d30e44bc32
branches/zip: Merge revisions 465:532 from trunk.
2006-05-08 06:18:59 +00:00
marko
0c4dfda3be
branches/zip: Merge revisions 265:459 from trunk.
2006-04-12 09:32:17 +00:00
marko
3cdf3e1c6c
branches/zip: Merge revisions 247:265 from trunk.
2006-03-03 14:43:05 +00:00
marko
747c8fad44
branches/zip: Merge revisions 200:236 from trunk.
2006-02-23 19:25:29 +00:00
marko
dcfc19c47c
branches/zip: Merge revisions 79:200 from trunk.
2006-02-17 14:19:39 +00:00
osku
2903c72469
Import 5.0 code.
2005-10-27 07:29:40 +00:00