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
24bbcd92
Commit
24bbcd92
authored
Dec 10, 2002
by
walrus@kishkin.ru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge Ranger's patches to crash-me, add new tests ( DEFAULT VALUES )
to crash-me
parent
5ed24772
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
266 additions
and
5 deletions
+266
-5
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
sql-bench/crash-me.sh
sql-bench/crash-me.sh
+263
-4
sql-bench/server-cfg.sh
sql-bench/server-cfg.sh
+2
-1
No files found.
BitKeeper/etc/logging_ok
View file @
24bbcd92
...
...
@@ -86,6 +86,7 @@ tonu@x153.internalnet
tonu@x3.internalnet
venu@work.mysql.com
vva@genie.(none)
walrus@kishkin.ru
walrus@mysql.com
worm@altair.is.lan
zak@balfor.local
...
...
sql-bench/crash-me.sh
View file @
24bbcd92
This diff is collapsed.
Click to expand it.
sql-bench/server-cfg.sh
View file @
24bbcd92
...
...
@@ -3470,7 +3470,8 @@ sub version
if
(
$sth
->execute
&&
(
@row
=
$sth
->fetchrow_array
)
&&
$row
[
0]
=
~ /
([
\d\.
]
+
)
/
)
{
$version
=
"sap-db
$1
"
;
$version
=
$row
[
0]
;
$verson
=
~ s/KERNEL/SAP DB/i
;
}
$sth
->finish
;
$dbh
->disconnect
;
...
...
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