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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
b5622e11
Commit
b5622e11
authored
Sep 30, 2001
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Portability fixes
parent
9f04e0e6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+2
-2
mysql-test/r/rpl000002.result
mysql-test/r/rpl000002.result
+1
-1
mysql-test/t/rpl000002.test
mysql-test/t/rpl000002.test
+1
-0
sql/sql_class.h
sql/sql_class.h
+1
-0
No files found.
mysql-test/mysql-test-run.sh
View file @
b5622e11
...
...
@@ -345,7 +345,7 @@ prompt_user ()
read
unused
}
# We can't use diff -u
as this isn'
t portable
# We can't use diff -u
or diff -a as these are no
t portable
show_failed_diff
()
{
...
...
@@ -362,7 +362,7 @@ show_failed_diff ()
then
echo
"Below are the diffs between actual and expected results:"
echo
"-------------------------------------------------------"
$DIFF
-c
-a
$result_file
$reject_file
$DIFF
-c
$result_file
$reject_file
echo
"-------------------------------------------------------"
echo
"Please follow the instructions outlined at"
echo
"http://www.mysql.com/doc/R/e/Reporting_mysqltest_bugs.html"
...
...
mysql-test/r/rpl000002.result
View file @
b5622e11
...
...
@@ -3,7 +3,7 @@ n
2001
2002
Server_id Host Port
2 127.0.0.1 9
307
2 127.0.0.1 9
999
id created
1 1970-01-01 06:25:45
id created
...
...
mysql-test/t/rpl000002.test
View file @
b5622e11
...
...
@@ -11,6 +11,7 @@ use test;
sync_with_master
;
select
*
from
t1
;
connection
master
;
--
replace_result
9307
9999
3350
9999
3351
9999
show
slave
hosts
;
drop
table
t1
;
save_master_pos
;
...
...
sql/sql_class.h
View file @
b5622e11
...
...
@@ -51,6 +51,7 @@ typedef struct st_log_info
~
st_log_info
()
{
pthread_mutex_destroy
(
&
lock
);}
}
LOG_INFO
;
class
Log_event
;
class
MYSQL_LOG
{
private:
...
...
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