diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-08-23 13:52:36 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-08-23 13:52:36 +0200 |
commit | 4201939d575e3530d3c5e0fd9668d11062f70d79 (patch) | |
tree | 4d4083f37ea2c6fa172b5df41561e297595166ee /storage | |
parent | 8d69a0feaaf61a547e156c60a6c17e0e8282378f (diff) | |
download | mariadb-git-4201939d575e3530d3c5e0fd9668d11062f70d79.tar.gz |
remove mysql-5.1 assert that is already absent in mysql-5.5
Diffstat (limited to 'storage')
-rw-r--r-- | storage/innobase/handler/ha_innodb.cc | 1 | ||||
-rw-r--r-- | storage/innodb_plugin/handler/ha_innodb.cc | 1 | ||||
-rw-r--r-- | storage/xtradb/handler/ha_innodb.cc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/storage/innobase/handler/ha_innodb.cc b/storage/innobase/handler/ha_innodb.cc index 42f942bbef4..66f90dcebaa 100644 --- a/storage/innobase/handler/ha_innodb.cc +++ b/storage/innobase/handler/ha_innodb.cc @@ -6376,7 +6376,6 @@ ha_innobase::records_in_range( void* heap2; DBUG_ENTER("records_in_range"); - DBUG_ASSERT(min_key || max_key); ut_a(prebuilt->trx == thd_to_trx(ha_thd())); diff --git a/storage/innodb_plugin/handler/ha_innodb.cc b/storage/innodb_plugin/handler/ha_innodb.cc index 1deb2feaa25..4f6c2a40f2c 100644 --- a/storage/innodb_plugin/handler/ha_innodb.cc +++ b/storage/innodb_plugin/handler/ha_innodb.cc @@ -7458,7 +7458,6 @@ ha_innobase::records_in_range( mem_heap_t* heap; DBUG_ENTER("records_in_range"); - DBUG_ASSERT(min_key || max_key); ut_a(prebuilt->trx == thd_to_trx(ha_thd())); diff --git a/storage/xtradb/handler/ha_innodb.cc b/storage/xtradb/handler/ha_innodb.cc index 522ac5842d5..066c393fb4d 100644 --- a/storage/xtradb/handler/ha_innodb.cc +++ b/storage/xtradb/handler/ha_innodb.cc @@ -8196,7 +8196,6 @@ ha_innobase::records_in_range( mem_heap_t* heap; DBUG_ENTER("records_in_range"); - DBUG_ASSERT(min_key || max_key); ut_a(prebuilt->trx == thd_to_trx(ha_thd())); |