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
9aa2be77
Commit
9aa2be77
authored
Dec 19, 2002
by
walrus@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server-cfg.sh:
Corrected some typo.
parent
94a62360
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
sql-bench/server-cfg.sh
sql-bench/server-cfg.sh
+1
-2
No files found.
sql-bench/server-cfg.sh
View file @
9aa2be77
...
@@ -3467,7 +3467,7 @@ sub version
...
@@ -3467,7 +3467,7 @@ sub version
&&
$row
[
0]
=
~ /
([
\d\.
]
+
)
/
)
&&
$row
[
0]
=
~ /
([
\d\.
]
+
)
/
)
{
{
$version
=
$row
[
0]
;
$version
=
$row
[
0]
;
$verson
=
~ s/KERNEL/SAP DB/i
;
$vers
i
on
=
~ s/KERNEL/SAP DB/i
;
}
}
$sth
->finish
;
$sth
->finish
;
$dbh
->disconnect
;
$dbh
->disconnect
;
...
@@ -3528,7 +3528,6 @@ sub create
...
@@ -3528,7 +3528,6 @@ sub create
}
else
{
}
else
{
my @fields
=
split
(
' '
,
$ind
)
;
my @fields
=
split
(
' '
,
$ind
)
;
my
$query
=
"CREATE INDEX
$fields
[1] ON
$table_name
$fields
[2]"
;
my
$query
=
"CREATE INDEX
$fields
[1] ON
$table_name
$fields
[2]"
;
print
"
$query
\n
"
;
push
(
@index,
$query
)
;
push
(
@index,
$query
)
;
}
}
}
}
...
...
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