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
961d8b0e
Commit
961d8b0e
authored
Feb 13, 2005
by
heikki@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Plain Diff
Merge hundin.mysql.fi:/home/heikki/mysql-4.0
into hundin.mysql.fi:/home/heikki/mysql-4.1
parents
21f1b24c
548f7dba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
innobase/row/row0mysql.c
innobase/row/row0mysql.c
+1
-1
sql/sql_cache.cc
sql/sql_cache.cc
+1
-1
No files found.
innobase/row/row0mysql.c
View file @
961d8b0e
...
@@ -417,7 +417,7 @@ row_create_prebuilt(
...
@@ -417,7 +417,7 @@ row_create_prebuilt(
prebuilt
->
sel_graph
=
NULL
;
prebuilt
->
sel_graph
=
NULL
;
prebuilt
->
search_tuple
=
dtuple_create
(
heap
,
prebuilt
->
search_tuple
=
dtuple_create
(
heap
,
dict_table_get_n_cols
(
table
));
2
*
dict_table_get_n_cols
(
table
));
clust_index
=
dict_table_get_first_index
(
table
);
clust_index
=
dict_table_get_first_index
(
table
);
...
...
sql/sql_cache.cc
View file @
961d8b0e
...
@@ -1421,7 +1421,7 @@ ulong Query_cache::init_cache()
...
@@ -1421,7 +1421,7 @@ ulong Query_cache::init_cache()
init
();
init
();
approx_additional_data_size
=
(
sizeof
(
Query_cache
)
+
approx_additional_data_size
=
(
sizeof
(
Query_cache
)
+
sizeof
(
gptr
)
*
(
def_query_hash_size
+
sizeof
(
gptr
)
*
(
def_query_hash_size
+
def_
query
_hash_size
));
def_
table
_hash_size
));
if
(
query_cache_size
<
approx_additional_data_size
)
if
(
query_cache_size
<
approx_additional_data_size
)
goto
err
;
goto
err
;
...
...
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