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
ebf518bc
Commit
ebf518bc
authored
Sep 19, 2002
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge abelkin@work.mysql.com:/home/bk/mysql-4.0
into sanja.is.com.ua:/home/bell/mysql/mysql-4.0
parents
79538703
e4c26f85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
sql/sql_class.cc
sql/sql_class.cc
+2
-1
No files found.
sql/sql_class.cc
View file @
ebf518bc
...
...
@@ -301,7 +301,8 @@ void THD::add_changed_table(TABLE *table)
DBUG_ASSERT
((
options
&
(
OPTION_NOT_AUTOCOMMIT
|
OPTION_BEGIN
))
&&
table
->
file
->
has_transactions
());
DBUG_RETURN
(
add_changed_table
(
table
->
table_cache_key
,
table
->
key_length
));
add_changed_table
(
table
->
table_cache_key
,
table
->
key_length
);
DBUG_VOID_RETURN
;
}
void
THD
::
add_changed_table
(
const
char
*
key
,
long
key_length
)
...
...
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