Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
a20b167c
Commit
a20b167c
authored
Apr 30, 2003
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make compilation to work w/o InnoDB as well
BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
parent
4ceb2578
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
sql/handler.cc
sql/handler.cc
+3
-1
No files found.
BitKeeper/etc/logging_ok
View file @
a20b167c
...
@@ -87,6 +87,7 @@ salle@geopard.(none)
...
@@ -87,6 +87,7 @@ salle@geopard.(none)
salle@geopard.online.bg
salle@geopard.online.bg
sasha@mysql.sashanet.com
sasha@mysql.sashanet.com
serg@build.mysql2.com
serg@build.mysql2.com
serg@serg.mylan
serg@serg.mysql.com
serg@serg.mysql.com
serg@sergbook.mysql.com
serg@sergbook.mysql.com
sinisa@rhols221.adsl.netsonic.fi
sinisa@rhols221.adsl.netsonic.fi
...
...
sql/handler.cc
View file @
a20b167c
...
@@ -34,6 +34,8 @@
...
@@ -34,6 +34,8 @@
#endif
#endif
#ifdef HAVE_INNOBASE_DB
#ifdef HAVE_INNOBASE_DB
#include "ha_innodb.h"
#include "ha_innodb.h"
#else
#define innobase_query_caching_of_table_permitted(X,Y,Z) 1
#endif
#endif
#include <myisampack.h>
#include <myisampack.h>
#include <errno.h>
#include <errno.h>
...
@@ -877,7 +879,7 @@ int handler::delete_all_rows()
...
@@ -877,7 +879,7 @@ int handler::delete_all_rows()
return
(
my_errno
=
HA_ERR_WRONG_COMMAND
);
return
(
my_errno
=
HA_ERR_WRONG_COMMAND
);
}
}
bool
handler
::
caching_allowed
(
THD
*
thd
,
char
*
table_key
,
bool
handler
::
caching_allowed
(
THD
*
thd
,
char
*
table_key
,
uint
key_length
,
uint8
cache_type
)
uint
key_length
,
uint8
cache_type
)
{
{
if
(
cache_type
==
HA_CACHE_TBL_ASKTRANSACT
)
if
(
cache_type
==
HA_CACHE_TBL_ASKTRANSACT
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment