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
3ad08736
Commit
3ad08736
authored
Apr 16, 2008
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-maria
into gbichot4.local:/home/mysql_src/mysql-maria-clean
parents
e5b4c350
75c8e2f4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
dbug/tests-t.pl
dbug/tests-t.pl
+1
-1
storage/maria/unittest/ma_test_all-t
storage/maria/unittest/ma_test_all-t
+2
-1
storage/maria/unittest/ma_test_recovery.pl
storage/maria/unittest/ma_test_recovery.pl
+3
-1
No files found.
dbug/tests-t.pl
View file @
3ad08736
#!/usr/bin/perl
#!/usr/bin/
env
perl
#
# A driver program to test DBUG features - runs tests (shell commands)
...
...
storage/maria/unittest/ma_test_all-t
View file @
3ad08736
#!/usr/bin/
perl -w
#!/usr/bin/
env perl
#
# Run various unit tests.
#
...
...
@@ -7,6 +7,7 @@ use Getopt::Long;
use
File::
Basename
;
$|
=
1
;
$^W
=
1
;
# warnings, because env cannot parse 'perl -w'
$VER
=
"
1.3
";
$opt_version
=
0
;
...
...
storage/maria/unittest/ma_test_recovery.pl
View file @
3ad08736
#!/usr/bin/
perl -w
#!/usr/bin/
env perl
use
Getopt::
Long
;
use
File::
Copy
;
...
...
@@ -7,6 +7,7 @@ use File::Basename;
use
Digest::
MD5
;
$|
=
1
;
$^W
=
1
;
# warnings, because env cannot parse 'perl -w'
$VER
=
"
1.2
";
$opt_version
=
0
;
...
...
@@ -243,6 +244,7 @@ sub main
exit
(
1
);
}
close
(
MY_LOG
);
# also note that maria_chk -dvv shows differences for ma_test2 in UNDO phase,
# this is normal: removing records does not shrink the data/key file,
# does not put back the "analyzed,optimized keys"(etc) index state.
...
...
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