diff options
author | vtkachenko@intelp4d.mysql.com <> | 2004-12-24 13:31:21 +0100 |
---|---|---|
committer | vtkachenko@intelp4d.mysql.com <> | 2004-12-24 13:31:21 +0100 |
commit | f1dfafe721441d24f60d8f1092bb35ad6e0f7275 (patch) | |
tree | 4ce274ba9debdb9c94b4d925adc1aeda56ec9d2f /innobase/sync | |
parent | 78846b292369cbf6175baac768edd77183c0809e (diff) | |
download | mariadb-git-f1dfafe721441d24f60d8f1092bb35ad6e0f7275.tar.gz |
Many files:
tabs replaced
ha_innodb.cc:
Comments removed
Diffstat (limited to 'innobase/sync')
-rw-r--r-- | innobase/sync/sync0rw.c | 4 | ||||
-rw-r--r-- | innobase/sync/sync0sync.c | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/innobase/sync/sync0rw.c b/innobase/sync/sync0rw.c index e57974a375b..359945594be 100644 --- a/innobase/sync/sync0rw.c +++ b/innobase/sync/sync0rw.c @@ -90,8 +90,8 @@ rw_lock_create_func( /*================*/ rw_lock_t* lock, /* in: pointer to memory */ const char* cfile_name, /* in: file name where created */ - ulint cline, /* in: file line where created */ - const char* cmutex_name) /* in: mutex name */ + ulint cline, /* in: file line where created */ + const char* cmutex_name) /* in: mutex name */ { /* If this is the very first time a synchronization object is created, then the following call initializes diff --git a/innobase/sync/sync0sync.c b/innobase/sync/sync0sync.c index fb46c692830..317455f57a3 100644 --- a/innobase/sync/sync0sync.c +++ b/innobase/sync/sync0sync.c @@ -197,8 +197,8 @@ mutex_create_func( /*==============*/ mutex_t* mutex, /* in: pointer to memory */ const char* cfile_name, /* in: file name where created */ - ulint cline, /* in: file line where created */ - const char* cmutex_name) /* in: mutex name */ + ulint cline, /* in: file line where created */ + const char* cmutex_name) /* in: mutex name */ { #if defined(_WIN32) && defined(UNIV_CAN_USE_X86_ASSEMBLER) mutex_reset_lock_word(mutex); @@ -361,10 +361,10 @@ for the mutex before suspending the thread. */ void mutex_spin_wait( /*============*/ - mutex_t* mutex, /* in: pointer to mutex */ - const char* file_name, /* in: file name where - mutex requested */ - ulint line) /* in: line where requested */ + mutex_t* mutex, /* in: pointer to mutex */ + const char* file_name, /* in: file name where + mutex requested */ + ulint line) /* in: line where requested */ { ulint index; /* index of the reserved wait cell */ ulint i; /* spin round count */ |