mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
Merge mysql.com:/home/mydev/mysql-4.1
into mysql.com:/home/mydev/mysql-4.1-4100
This commit is contained in:
commit
9a0b0e6dbc
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,7 @@ int ha_blackhole::external_lock(THD *thd, int lock_type)
|
|||
|
||||
uint ha_blackhole::lock_count(void) const
|
||||
{
|
||||
DBUG_ENTER("ha_blackhole::lock_count");
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
|
@ -133,6 +134,7 @@ THR_LOCK_DATA **ha_blackhole::store_lock(THD *thd,
|
|||
THR_LOCK_DATA **to,
|
||||
enum thr_lock_type lock_type)
|
||||
{
|
||||
DBUG_ENTER("ha_blackhole::store_lock");
|
||||
DBUG_RETURN(to);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue