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
c20fe5df
Commit
c20fe5df
authored
Nov 18, 2005
by
konstantin@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More authors.
parent
46f140de
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
mysql-test/r/show_check.result
mysql-test/r/show_check.result
+6
-0
sql/authors.h
sql/authors.h
+7
-1
No files found.
mysql-test/r/show_check.result
View file @
c20fe5df
...
...
@@ -576,3 +576,9 @@ Jonathan (Jeb) Miller Kyle, TX. USA Testing - Cluster, Replication
Carsten Segieth (Pino) Fredersdorf, Germany Testing - Server
Punita Srivastava Austin, TX. USA Testing - Merlin
Alexey Stroganov (Ranger) Lugansk, Ukraine Testing - Benchmarks
Oleksandr Byelkin Lugansk, Ukraine Query Cache (4.0), Subqueries (4.1), Views (5.0)
Dmitri Lenev Moscow, Russia Time zones support (4.1), Triggers (5.0)
Konstantin Osipov Moscow, Russia Prepared statements (4.1), Cursors (5.0)
Petr Chardin Moscow, Russia Instance Manager (5.0)
Sergey Vojtovich Izhevsk, Russia Plugins infrastructure (5.1)
Alexander Nozdrin Moscow, Russia Bugfixing (Stored Procedures, 5.0)
sql/authors.h
View file @
c20fe5df
...
...
@@ -12,7 +12,7 @@ struct show_table_authors_st {
};
struct
show_table_authors_st
show_table_authors
[]
=
{
{
"Brian
\"
Krow
\"
Aker"
,
"Seattle, WA. USA"
,
{
"Brian
\"
Krow
\"
Aker"
,
"Seattle, WA. USA"
,
"Architecture, archive, federated, buncha of little stuff :)"
},
{
"David Axmark"
,
"Uppsala, Sweden"
,
"Small stuff long time ago, Monty ripped it out!"
},
{
"Omer BarNir"
,
"Sunnyvale, CA. USA"
,
"Testing (sometimes) and general QA stuff"
},
...
...
@@ -23,5 +23,11 @@ struct show_table_authors_st show_table_authors[]= {
{
"Carsten Segieth (Pino)"
,
"Fredersdorf, Germany"
,
"Testing - Server"
},
{
"Punita Srivastava"
,
"Austin, TX. USA"
,
"Testing - Merlin"
},
{
"Alexey Stroganov (Ranger)"
,
"Lugansk, Ukraine"
,
"Testing - Benchmarks"
},
{
"Oleksandr Byelkin"
,
"Lugansk, Ukraine"
,
"Query Cache (4.0), Subqueries (4.1), Views (5.0)"
},
{
"Dmitri Lenev"
,
"Moscow, Russia"
,
"Time zones support (4.1), Triggers (5.0)"
},
{
"Konstantin Osipov"
,
"Moscow, Russia"
,
"Prepared statements (4.1), Cursors (5.0)"
},
{
"Petr Chardin"
,
"Moscow, Russia"
,
"Instance Manager (5.0)"
},
{
"Sergey Vojtovich"
,
"Izhevsk, Russia"
,
"Plugins infrastructure (5.1)"
},
{
"Alexander Nozdrin"
,
"Moscow, Russia"
,
"Bugfixing (Stored Procedures, 5.0)"
},
{
NULL
,
NULL
,
NULL
}
};
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