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
6d310813
Commit
6d310813
authored
Dec 14, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
After merge fix for Bug N22645
parent
e3ce6c4d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
mysql-test/t/disabled.def
mysql-test/t/disabled.def
+0
-1
sql/log_event.cc
sql/log_event.cc
+1
-1
No files found.
mysql-test/t/disabled.def
View file @
6d310813
...
@@ -21,7 +21,6 @@ rpl_ndb_sync : Problem with cluster/def/schema table that is in std_
...
@@ -21,7 +21,6 @@ rpl_ndb_sync : Problem with cluster/def/schema table that is in std_
partition_03ndb : BUG#16385 2006-03-24 mikael Partitions: crash when updating a range partitioned NDB table
partition_03ndb : BUG#16385 2006-03-24 mikael Partitions: crash when updating a range partitioned NDB table
ps_7ndb : BUG#18950 2006-02-16 jmiller create table like does not obtain LOCK_open
ps_7ndb : BUG#18950 2006-02-16 jmiller create table like does not obtain LOCK_open
rpl_locale : Bug#22645 2006-12-05 bar
rpl_ndb_2innodb : BUG#19227 2006-04-20 pekka pk delete apparently not replicated
rpl_ndb_2innodb : BUG#19227 2006-04-20 pekka pk delete apparently not replicated
rpl_ndb_2myisam : BUG#19227 Seems to pass currently
rpl_ndb_2myisam : BUG#19227 Seems to pass currently
rpl_ndb_dd_partitions : BUG#19259 2006-04-21 rpl_ndb_dd_partitions fails on s/AMD
rpl_ndb_dd_partitions : BUG#19259 2006-04-21 rpl_ndb_dd_partitions fails on s/AMD
...
...
sql/log_event.cc
View file @
6d310813
...
@@ -1844,7 +1844,7 @@ void Query_log_event::print_query_header(IO_CACHE* file,
...
@@ -1844,7 +1844,7 @@ void Query_log_event::print_query_header(IO_CACHE* file,
}
}
if
(
lc_time_names_number
!=
print_event_info
->
lc_time_names_number
)
if
(
lc_time_names_number
!=
print_event_info
->
lc_time_names_number
)
{
{
f
printf
(
file
,
"SET @@session.lc_time_names=%d;
\n
"
,
lc_time_names_number
);
my_b_
printf
(
file
,
"SET @@session.lc_time_names=%d;
\n
"
,
lc_time_names_number
);
print_event_info
->
lc_time_names_number
=
lc_time_names_number
;
print_event_info
->
lc_time_names_number
=
lc_time_names_number
;
}
}
}
}
...
...
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