diff options
author | unknown <monty@hundin.mysql.fi> | 2001-11-07 02:30:34 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-11-07 02:30:34 +0200 |
commit | d9555360d3e092a35977b6349de428e97d3f950c (patch) | |
tree | 467eb97b1693dd5b30f6e2b3a1e88241fad6228c /innobase | |
parent | 22e7f26e9cb25062f70400efa78a093711bbe218 (diff) | |
download | mariadb-git-d9555360d3e092a35977b6349de428e97d3f950c.tar.gz |
Portability fix.
Fixed linking problem with InnoDB.
BUILD/compile-alpha-cxx:
Fix for using innodb
acinclude.m4:
Fix problem with linking mysqld after Heikkis last changes.
client/mysql.cc:
Fixed linking problem
client/mysqlmanager-pwgen.c:
Portability fix
innobase/que/que0que.c:
Removed some blanks
myisam/ft_boolean_search.c:
Portability fix
myisam/sort.c:
Portability fix
mysys/queues.c:
Portability fix
strings/ctype-latin1_de.c:
Portability fix
tools/mysqlmanager.c:
Portability fix
Diffstat (limited to 'innobase')
-rw-r--r-- | innobase/que/que0que.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/innobase/que/que0que.c b/innobase/que/que0que.c index b43e8ea48bc..67f7b48187d 100644 --- a/innobase/que/que0que.c +++ b/innobase/que/que0que.c @@ -103,7 +103,7 @@ que_thr_add_update_info( mach_write_to_8(thr->msg_buf + SESS_SRV_MSG_N_DELETES, graph->n_deletes); } -#endif +#endif /*************************************************************************** Adds a query graph to the session's list of graphs. */ |