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
f3f5a55c
Commit
f3f5a55c
authored
Oct 25, 2001
by
sasha@mysql.sashanet.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge work:/home/bk/mysql-4.0
into mysql.sashanet.com:/home/sasha/src/bk/mysql-4.0
parents
71b8ce36
5a487ccd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/r/rpl000001.result
mysql-test/r/rpl000001.result
+1
-1
mysql-test/t/rpl000001.test
mysql-test/t/rpl000001.test
+1
-0
No files found.
mysql-test/r/rpl000001.result
View file @
f3f5a55c
...
...
@@ -7,7 +7,7 @@ use test;
drop table if exists t1,t3;
create table t1 (word char(20) not null);
load data infile '../../std_data/words.dat' into table t1;
load data local infile '
/home/sasha/bk/mysql-4.0/mysql-test
/std_data/words.dat' into table t1;
load data local infile '
$MYSQL_TEST_DIR
/std_data/words.dat' into table t1;
select * from t1;
word
Aarhus
...
...
mysql-test/t/rpl000001.test
View file @
f3f5a55c
eval_result
;
source
include
/
master
-
slave
.
inc
;
connection
master
;
use
test
;
...
...
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