Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
darnaut
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
darnaut
13y ago
I'm referring to the source code that is used to build and generate the documentation available in that link. The MySQL documentation is written using the DocBook XML format. Here is a link to an older version of the page where the doc
2.
▲
by
darnaut
13y ago
No word yet on why the source code for the MySQL documentation is no longer publicly available. Was recently and silently made unavailable. This is much worse than a few man pages.
3.
▲
by
darnaut
13y ago
The MySQL build team has a script that updates the license header in files that require it. Since the "different license" is actually the license of the documentation, from which the man pages are generated, it is possible that th
4.
▲
B+Tree index structures in InnoDB
(blog.jcole.us)
7 points
by
darnaut
14y ago
|
0 comments
5.
▲
A quick introduction to innodb_ruby
(blog.jcole.us)
2 points
by
darnaut
14y ago
|
0 comments
6.
▲
On learning InnoDB: A journey to the core
(blog.jcole.us)
2 points
by
darnaut
14y ago
|
0 comments
7.
▲
by
darnaut
14y ago
> our constitution remain mostly unchanged since '88 There have been 73 amendements to the constitution over 28 years. Experts on the subject usually point out that it actually changes too much and too often.
8.
▲
by
darnaut
14y ago
> Postgres has been quietly competent since before this generation of hipsters was born. Nice sound bite but PostgreSQL (as we know) was first released around 1996.
9.
▲
by
darnaut
14y ago
You mean the copyright notice? It was there before Oracle acquired Sun.
10.
▲
by
darnaut
14y ago
Where's the evidence? The linked source refers to closing test cases, which makes it more closed source, not open core. Also, it is highly entertaining that most PostgreSQL news here tend to dwell to MySQL.
11.
▲
by
darnaut
14y ago
The analysis is all nice and dandy, except for being wrong. Interrupted reads are retried, but only up to a certain amount which can be changed. The (perhaps not so good) default is to retry one time.
12.
▲
by
darnaut
14y ago
Google's ad business has been (is?) backed by MySQL. http://zurlocker.typepad.com/theopenforce/2005/12/googles_us... http://research.google.com/pubs/pub38125.html
13.
▲
by
darnaut
14y ago
> How is MySQL competing with MS-SQL? http://www.pcworld.com/businesscenter/article/222168/oracle_...
14.
▲
by
darnaut
14y ago
> If you (or anyone else) can point out why this benchmark is false or misleading, I'm all ears. You might want to check out the "Online DDL for InnoDB Tables" section of the manual, it should help with understanding the results. http:
15.
▲
by
darnaut
14y ago
> Postgres operates in a lot of markets that MySQL doesn't [..] like telecom and finance MySQL cluster is highly popular in telecom. http://www.mysql.com/customers/industry/?id=78
16.
▲
by
darnaut
14y ago
> Why else would they buy MySQL? And the licensing is not as strong as you may think. To compete with Microsoft SQL Server and to further solidify their customer base (most Oracle customers already use MySQL).
17.
▲
by
darnaut
14y ago
> This is why real C programmers use int as their bool type. :) It has the same problem if a wider type (e.g. long) is assigned to it. Use _Bool instead.