diff options
author | unknown <jimw@mysql.com> | 2005-11-28 15:32:26 -0800 |
---|---|---|
committer | unknown <jimw@mysql.com> | 2005-11-28 15:32:26 -0800 |
commit | ccdb1ee999e9f08a600dfb3b9270aeeb6c481673 (patch) | |
tree | 5f87325074526196692ac4d6eb5f5582fb98d7ef /mysql-test/r/show_check.result | |
parent | efb60a107142c8d8780d976324dcc04428dd6420 (diff) | |
download | mariadb-git-ccdb1ee999e9f08a600dfb3b9270aeeb6c481673.tar.gz |
Update list of authors with information from documentation.
mysql-test/r/show_check.result:
Remove authors from test result
mysql-test/t/show_check.test:
Don't put list of authors in results, just test that SHOW AUTHORS doesn't
give us any sort of error
sql/authors.h:
Add copyright notice, fix formatting of comments, update and alphabetize
list of authors, fix up formatting of entries.
Diffstat (limited to 'mysql-test/r/show_check.result')
-rw-r--r-- | mysql-test/r/show_check.result | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result index 3a3ee5735f0..de246361128 100644 --- a/mysql-test/r/show_check.result +++ b/mysql-test/r/show_check.result @@ -565,21 +565,4 @@ DROP TABLE urkunde; SHOW TABLES FROM non_existing_database; ERROR 42000: Unknown database 'non_existing_database' SHOW AUTHORS; -Name Location Comment -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 -Nikolay Grishakin Austin, TX. USA Testing - Server -Serge Kozlov Velikie Luki, Russia Testing - Cluster -Matthias Leich Berlin, Germany Testing - Server -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) -Per-Erik Martin Uppsala, Sweden Stored Procedures (5.0) +End of 5.1 tests |