summaryrefslogtreecommitdiff
path: root/innobase/que
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2004-03-19 14:52:48 +0200
committerunknown <monty@mysql.com>2004-03-19 14:52:48 +0200
commit5f00bc3ce7929827ae7fa3f5547b04b1cc2ac84c (patch)
tree1c6d92ecad9833a2597679df059d3a046018aa9d /innobase/que
parentbb0e83f9df085ee6ceaa31777bfdffb1af90f8ca (diff)
downloadmariadb-git-5f00bc3ce7929827ae7fa3f5547b04b1cc2ac84c.tar.gz
Portability fixes
Removed \r from new tests Fixes to get new sustem_mysql_db... tests to work client/mysqltest.c: More debug information innobase/que/que0que.c: Fixed wrong usage of __attribute mysql-test/mysql-test-run.sh: Portability fix; Added CLIENT_BINDIR mysql-test/t/system_mysql_db_fix.test: Removed \r mysql-test/t/system_mysql_db_refs.test: Removed \r scripts/mysql_fix_privilege_tables.sh: Don't set root password from first option Added --bindir option
Diffstat (limited to 'innobase/que')
-rw-r--r--innobase/que/que0que.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/innobase/que/que0que.c b/innobase/que/que0que.c
index bff0fe61248..b90a5eb3a61 100644
--- a/innobase/que/que0que.c
+++ b/innobase/que/que0que.c
@@ -668,15 +668,15 @@ does nothing! */
void
que_thr_handle_error(
/*=================*/
- que_thr_t* thr __attribute((unused)),
+ que_thr_t* thr __attribute__((unused)),
/* in: query thread */
- ulint err_no __attribute((unused)),
+ ulint err_no __attribute__((unused)),
/* in: error number */
- byte* err_str __attribute((unused)),
+ byte* err_str __attribute__((unused)),
/* in, own: error string or NULL; NOTE: the
function will take care of freeing of the
string! */
- ulint err_len __attribute((unused)))
+ ulint err_len __attribute__((unused)))
/* in: error string length */
{
/* Does nothing */