Commit Graph

65 Commits

Author SHA1 Message Date
Marc Delisle
b36fb9e8bf Fix merge conflicts 2010-12-11 08:19:42 -05:00
Marc Delisle
b6f717a602 bug #3125606 [parser] Query for table "level" causes strange display 2010-12-11 08:03:50 -05:00
Michal Čihař
061b87f11f bug #3035300 [parser] Fixed wrong definition of keywords. 2010-08-30 17:23:50 +02:00
Michal Čihař
388327d642 Debug code was migrated to testcase. 2010-08-30 15:24:07 +02:00
Michal Čihař
b65e19a8b1 Fix another wrong count. 2010-08-30 15:22:58 +02:00
Michal Čihař
20800942f3 Revert "Avoid precalculating counts."
This reverts commit 42f04d4a7e.

We will stick with precalculated ones and check it in testcase.
2010-08-30 15:20:09 +02:00
Michal Čihař
8860f83466 READS should be before READ_*. 2010-08-30 15:19:44 +02:00
Michal Čihař
7f7bdf12bf Avoid duplicate NOW in keywords. 2010-08-30 15:19:03 +02:00
Michal Čihař
42f04d4a7e Avoid precalculating counts.
The count() on array is cheap in PHP and having hardcoded numbers only
tends to break.
2010-08-30 14:50:28 +02:00
Michal Čihař
aa45363719 Correct count of words. 2010-08-30 14:47:14 +02:00
Michal Čihař
d17fba309c Fix permissions.
Most files were made executable somewhere in ninadsp tree, reverting
this.
2010-08-30 09:53:37 +02:00
ninadsp
e646a2760c Fixed conflict due to upstream merge 2010-07-23 21:59:15 +05:30
Michal Čihař
318dc4b650 Drop @version tag from docblocks. 2010-07-20 13:59:17 +02:00
ninadsp
bed1948d04 testing git setup - no major change made in code yet
only added a few comments
2010-05-23 01:22:01 +05:30
Michal Čihař
535cd23d4b Add PAGE_CHECKSUM keyword and adjust keywords count. 2010-04-07 10:11:14 +02:00
Marc Delisle
ec5d47369c bug #2961198 Querying a table named "data" 2010-03-05 18:06:36 +00:00
Marc Delisle
e6e69889c1 bug #2961198 Querying a table named "data" 2010-03-05 18:06:36 +00:00
Marc Delisle
526dce65cb 3.3 2009-12-31 13:11:19 +00:00
Marc Delisle
f3833884e4 3.3 2009-12-31 13:09:18 +00:00
Marc Delisle
eb8da39c48 undefined variable 2009-10-24 12:25:48 +00:00
Herman van Rink
3deeac9f08 Typo fix in comment 2009-05-17 22:20:16 +00:00
Marc Delisle
99035b8da4 bug #2784400 [parser] INVOKER not understood by parser 2009-05-06 16:54:30 +00:00
Michal Čihař
56941e509c Adding @package, second part. 2008-11-24 11:05:40 +00:00
Marc Delisle
46fc8af013 bug #1992628 [parser] SQL parser removes essential space 2008-06-24 17:51:49 +00:00
Marc Delisle
afbb2a9dc2 protection against XSS when register_globals is on and .htaccess has no effect 2008-06-21 15:01:27 +00:00
Marc Delisle
32bb3ab273 support ROW_FORMAT and PAGE_CHECKSUM table option; verify warnings coming from ALTER TABLE 2008-03-21 13:38:23 +00:00
Marc Delisle
e8248f8772 MARIA: TRANSACTIONAL create option (in Operations) 2008-03-17 17:17:59 +00:00
Marc Delisle
03e49d15eb MARIA: FULLTEXT, reserved word 2008-03-17 16:38:18 +00:00
Marc Delisle
ece4453a04 bug #1793948 [parser] ROW_FORMAT incorrectly parsed 2007-11-23 18:24:19 +00:00
Marc Delisle
c04fe749b6 support MySQL 5.1 PARTITION in CREATE TABLE dialog 2007-10-06 12:30:29 +00:00
Sebastian Mendel
cfeb306526 coding standard: no spaces inside braces 2007-04-01 11:02:46 +00:00
Sebastian Mendel
817e790762 synced/fixed vim line 2007-03-19 17:55:39 +00:00
Marc Delisle
460a3c9f2f bug #1671403 [parser] using "client" as table name 2007-03-04 14:02:52 +00:00
Sebastian Mendel
b201038ac6 MySQL column names, reserved and forbidden words updated, bug #1657037 Missing column type "geometry" 2007-02-13 08:18:13 +00:00
Sebastian Mendel
8d11216638 function names updated, bug #1657045 Spatial functions not supported 2007-02-12 16:28:17 +00:00
Sebastian Mendel
a8073cedfd function names updated, bug #1657045 Spatial functions not supported 2007-02-12 16:26:22 +00:00
Michal Čihař
fb9a3a598e Check before commit! 2006-11-17 08:49:30 +00:00
Michal Čihař
27696bd1e0 Add support for ON DUPLICATE KEY (bug #1576226). 2006-10-17 09:46:07 +00:00
Marc Delisle
8a443a9dc2 bug 1492772, SQL parsing EXTRACT YEAR_MONTH 2006-08-12 19:11:02 +00:00
Marc Delisle
0218c6790d bug #1455373, CONVERT not in reserved words 2006-03-26 11:59:12 +00:00
Marc Delisle
f5bbe5f24d DROP VIEW choice also for a db copy operation 2006-03-25 11:45:23 +00:00
Marc Delisle
20c9f89683 support MAX_USER_CONNECTIONS 2005-10-08 19:42:39 +00:00
Michal Čihař
64bd56dfba Support for browsing selected columns (RFE #1275909). 2005-09-26 19:03:11 +00:00
Marc Delisle
36fa47f89c bug #1238222, parsing of ISNULL() 2005-07-16 12:26:25 +00:00
Marc Delisle
06dc6dd51d bug 1185173, query returns empty result (with Storage as table name) 2005-04-25 19:36:23 +00:00
Alexander M. Turek
093f6f97a8 ROUTINE 2005-04-09 22:12:18 +00:00
Alexander M. Turek
5ea861ad51 date / time functions 2005-03-03 21:07:34 +00:00
Alexander M. Turek
2ed722c272 bug #1152310 2005-02-27 11:00:58 +00:00
Alexander M. Turek
f696e57cba keywords 2005-01-23 20:57:36 +00:00
Michal Čihař
f1f39b8ed1 added infou about UFPDF to documentation 2004-12-29 14:16:51 +00:00