从MySQL的作者来看程序大牛的分布
来源:SegmentFault
时间:2023-02-17 07:58:34 258浏览 收藏
怎么入门数据库编程?需要学习哪些知识点?这是新手们刚接触编程时常见的问题;下面golang学习网就来给大家整理分享一些知识点,希望能够给初学者一些帮助。本篇文章就来介绍《从MySQL的作者来看程序大牛的分布》,涉及到MySQL,有需要的可以收藏一下
无意中发现authors在MySQL是保留字,执行
show authors得到如下结果
Name | Location | Comment |
---|---|---|
Albert Chin-A-Young | Tru64 port, large file support, better TCP wrappers support | |
Alexander (Alexi) Ivanov | St. Petersburg, Russia | Replication |
Alexander (Bar) Barkov | Izhevsk, Russia | Unicode and character sets (4.1) |
Alexander (Salle) Keremidarski | Sofia, Bulgaria | Bug fixing |
Alexander (Sasha) Pachev | Provo, UT, USA | Statement-based replication, SHOW CREATE TABLE, mysql-bench |
Alexander Nozdrin | Moscow, Russia | Bug fixing (Stored Procedures, 5.0) |
Alexey Botchkov (Holyfoot) | Izhevsk, Russia | GIS extensions (4.1), embedded server (4.1), precision math (5.0) |
Alexey Stroganov (Ranger) | Lugansk, Ukraine | Testing - Benchmarks |
Alexis Mikhailov | User-defined functions | |
Andreas F. Bobak | AGGREGATE extension to user-defined functions | |
Andrei Elkin | Espoo, Finland | Replication |
Andrey Hristov | Walldorf, Germany | Event scheduler (5.1) |
Antony T. Curtis | Norwalk, CA, USA | Parser, port to OS/2, storage engines and some random stuff |
Arjen Lentz | Brisbane, Australia | Documentation (2001-2004), Dutch error messages, LOG2() |
Benjamin Pflugmann | Extended MERGE storage engine to handle INSERT | |
Brian (Krow) Aker | Seattle, WA, USA | Architecture, archive, federated, bunch of little stuff :) |
Carsten Segieth (Pino) | Fredersdorf, Germany | Testing - Server |
David Axmark | Uppsala, Sweden | Small stuff long time ago, Monty ripped it out! |
Dmitri Lenev | Moscow, Russia | Time zones support (4.1), Triggers (5.0) |
Elliot Murphy | Cocoa, FL, USA | Replication and backup |
Eric Herman | Amsterdam, Netherlands | Bug fixing - federated |
Gianmassimo Vigazzola | Initial Windows port | |
Greg (Groggy) Lehey | Uchunga, SA, Australia | Backup |
Guilhem Bichot | Bordeaux, France | Replication (since 4.0) |
Hakan Küçükyılmaz | Walldorf, Germany | Testing - Server |
Igor Romanenko | mysqldump | |
Ingo Strüwing | Berlin, Germany | Bug fixing |
Irena Pancirov | Port to Windows with Borland compiler | |
Jan Pazdziora | Czech sorting order | |
Jani Tolonen | Helsinki, Finland | mysqlimport, extensions to command-line clients, PROCEDURE ANALYSE() |
Jim Winstead Jr. | Los Angeles, CA, USA | Bug fixing |
John Birrell | Emulation of pthread_mutex() for OS/2 | |
Jonas Oreland | Stockholm, Sweden | NDB Cluster, Online Backup, lots of other things |
Jonathan (Jeb) Miller | Kyle, TX, USA | Testing - Cluster, Replication |
Jorge del Conde | Mexico City, Mexico | Windows development |
Joshua Chamas | Cupertino, CA, USA | Concurrent insert, extended date syntax |
Kelly Long | Denver, CO, USA | Pool Of Threads |
Kent Boortz | Orebro, Sweden | Test platform, and general build stuff |
Konstantin Osipov | Moscow, Russia | Prepared statements (4.1), Cursors (5.0) |
Kristian Nielsen | Copenhagen, Denmark | General build stuff |
Lars Thalmann | Stockholm, Sweden | Replication and cluster development |
Lenz Grimmer | Hamburg, Germany | Production (build and release) engineering |
Magnus Svensson | Öregrund, Sweden | NDB Cluster: Integration into MySQL, test framework |
Marc Alff | Denver, CO, USA | Signal, Resignal, Performance schema |
Marc Liyanage | Created Mac OS X packages | |
Martin Sköld | Stockholm, Sweden | NDB Cluster: Unique indexes, integration into MySQL |
Mats Kindahl | Storvreta, Sweden | Replication |
Matt Wagner | Northfield, MN, USA | Bug fixing |
Matthias Leich | Berlin, Germany | Testing - Server |
Mattias Jonsson | Uppsala, Sweden | Partitioning |
Michael (Monty) Widenius | Tusby, Finland | Lead developer and main author |
Miguel Solorzano | Florianopolis, Santa Catarina, Brazil | Windows development, Windows NT service |
Mikael Ronström | Stockholm, Sweden | NDB Cluster, Partitioning (5.1), Optimizations |
Nikolay Grishakin | Austin, TX, USA | Testing - Server |
Oleksandr Byelkin | Lugansk, Ukraine | Query Cache (4.0), Subqueries (4.1), Views (5.0) |
Omer BarNir | Sunnyvale, CA, USA | Testing (sometimes) and general QA stuff |
Patrick Galbraith | Sharon, NH | Federated Engine, mysqlslap |
Pekka Nouisiainen | Stockholm, Sweden | NDB Cluster: BLOB support, character set support, ordered indexes |
Per Eric Olsson | Testing of dynamic record format | |
Per-Erik Martin | Uppsala, Sweden | Stored Procedures (5.0) |
Peter Zaitsev | Tacoma, WA, USA | SHA1(), AES_ENCRYPT(), AES_DECRYPT(), bug fixing |
Petr Chardin | Moscow, Russia | Instance Manager (5.0), Server log tables (5.1) |
Punita Srivastava | Austin, TX, USA | Testing - Merlin |
Reggie Burnett | Nashville, TN, USA | Windows development, Connectors |
Serge Kozlov | Velikie Luki, Russia | Testing - Cluster |
Sergei Golubchik | Kerpen, Germany | Full-text search, precision math |
Sergey Vojtovich | Izhevsk, Russia | Plugins infrastructure (5.1) |
Sinisa Milivojevic | Larnaca, Cyprus | UNION (4.0), Subqueries in FROM clause (4.1), many other features |
TAMITO | The _MB character set macros and UJIS and SJIS character sets | |
Tim Bunce | mysqlhotcopy | |
Timothy Smith | Auckland, New Zealand | Dynamic character sets, parts of the build system, libmysqld |
Tomas Ulin | Stockholm, Sweden | NDB Cluster: Configuration, installation |
Tõnu Samuel | VIO interface, other miscellaneous features | |
Venu Anuganti | Client/server protocol (4.1) | |
Wei He | Chinese (GBK) character set | |
Wei-Jou Chen | Chinese (Big5) character set | |
Yuri Dario | OS/2 port | |
Yves Carlier | mysqlaccess | |
Zarko Mocnik | Sorting for Slovenian language | |
Zeev Suraski | FROM_UNIXTIME(), ENCRYPT() |
里面有不少俄罗斯人啊, 相对之下中国人名太少了
以上就是本文的全部内容了,是否有顺利帮助你解决问题?若是能给你带来学习上的帮助,请大家多多支持golang学习网!更多关于数据库的相关知识,也可关注golang学习网公众号。
声明:本文转载于:SegmentFault 如有侵犯,请联系study_golang@163.com删除
相关阅读
更多>
-
499 收藏
-
244 收藏
-
235 收藏
-
157 收藏
-
101 收藏
最新阅读
更多>
-
475 收藏
-
483 收藏
-
462 收藏
-
469 收藏
-
289 收藏
-
239 收藏
-
315 收藏
-
361 收藏
-
184 收藏
-
227 收藏
-
202 收藏
-
140 收藏
课程推荐
更多>
-
- 前端进阶之JavaScript设计模式
- 设计模式是开发人员在软件开发过程中面临一般问题时的解决方案,代表了最佳的实践。本课程的主打内容包括JS常见设计模式以及具体应用场景,打造一站式知识长龙服务,适合有JS基础的同学学习。
- 立即学习 542次学习
-
- GO语言核心编程课程
- 本课程采用真实案例,全面具体可落地,从理论到实践,一步一步将GO核心编程技术、编程思想、底层实现融会贯通,使学习者贴近时代脉搏,做IT互联网时代的弄潮儿。
- 立即学习 508次学习
-
- 简单聊聊mysql8与网络通信
- 如有问题加微信:Le-studyg;在课程中,我们将首先介绍MySQL8的新特性,包括性能优化、安全增强、新数据类型等,帮助学生快速熟悉MySQL8的最新功能。接着,我们将深入解析MySQL的网络通信机制,包括协议、连接管理、数据传输等,让
- 立即学习 497次学习
-
- JavaScript正则表达式基础与实战
- 在任何一门编程语言中,正则表达式,都是一项重要的知识,它提供了高效的字符串匹配与捕获机制,可以极大的简化程序设计。
- 立即学习 487次学习
-
- 从零制作响应式网站—Grid布局
- 本系列教程将展示从零制作一个假想的网络科技公司官网,分为导航,轮播,关于我们,成功案例,服务流程,团队介绍,数据部分,公司动态,底部信息等内容区块。网站整体采用CSSGrid布局,支持响应式,有流畅过渡和展现动画。
- 立即学习 484次学习