An error occurred fetching the project authors.
- 30 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed some possible bugs
-
- 28 Oct, 2002 1 commit
-
-
vva@genie.(none) authored
-
- 26 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
fixed subselect error handling bug fixed subselect UNION ALL bug fixed thd->lex.select restoring explain UNION subselect bug
-
- 25 Oct, 2002 3 commits
-
-
bar@bar.mysql.r18.ru authored
-
bar@bar.mysql.r18.ru authored
-
nick@mysql.com authored
-
- 24 Oct, 2002 2 commits
-
-
nick@mysql.com authored
-
bar@bar.mysql.r18.ru authored
and CHARSET is now the same with CHARACTER SET: CREATE DATABASE name [DEFAULT] {CHAR SET | CHARACTER SET | CHARSET} csname CREATE TABLE (...) [DEFAULT] {CHARSET | CHARACTER SET | CHAR SET} [=] csname To Paul and Arjen: However this should be recommended in db option to conform SQL99: CREATE DATABASE dbname DEFAULT CHARACTER SET csname In table option there is no SQL99 recommended syntax as far as table charset is MySQL extension.
-
- 23 Oct, 2002 3 commits
-
-
bar@bar.mysql.r18.ru authored
CREATE TABLE a (...) TYPE isam CHARSET latin1 MAX_ROWS 1000; CREATE TABLE a (...) TYPE=isam CHARSET=latin1 MAX_ROWS=1000; CREATE TABLE a (...) TYPE isam, CHARSET latin1, MAX_ROWS 1000; CREATE TABLE a (...) TYPE=isam, CHARSET=latin1, MAX_ROWS=1000;
-
bar@bar.mysql.r18.ru authored
CREATE TABLE a (...) TYPE isam CHARSET latin1 MAX_ROWS 1000; CREATE TABLE a (...) TYPE=isam CHARSET=latin1 MAX_ROWS=1000;
-
bar@bar.mysql.r18.ru authored
character set binary didn't work
-
- 16 Oct, 2002 2 commits
-
-
Sinisa@sinisa.nasamreza.org authored
I intend to do some more accelerations in mysql_execute_command and in SQLCOM_SELECT part for which I need to fix EXPLAIN with derived tables plus few additional items. If this proves to be much I wil just make it a new SCRUM task
-
Sinisa@sinisa.nasamreza.org authored
-
- 15 Oct, 2002 1 commit
-
-
pem@mysql.com authored
Fixed the remaining join variations, (left, right, natural, etc). (Previous fix only solved "," and "[cross] join".)
-
- 12 Oct, 2002 1 commit
-
-
pem@mysql.com authored
This is a simple fix, allowing a join_table_list in the right reduction of a normal_join sequence, instead of just a join_table. This makes things like "t1, (t2 left join t3)" work, but it also allows "join" and "cross join" instead of ",". This should fix the bug reported as: Subject: ODBC SQL syntax issue From: Ivan Vazharov Date: Mon, 30 Sep 2002 12:02:42 +0200
-
- 11 Oct, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 03 Oct, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 02 Oct, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Warning handling and initial prepared statement handling (last not complete yet) Changed a lot of functions that returned 0/1 to my_bool type. GRANT handling now uses read/write locks instead of mutex Change basic net functions to use THD instead of NET (needed for 4.1 protocol) Use my_sprintf instead of sprintf() + strlen() Added alloc_query() to be able to chare query initialization code with prepared statements. Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID() Note that the following test fails (will be fixed ASAP): sub_select, union, rpl_rotate_logs and rpl_mystery22
-
- 25 Sep, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 23 Sep, 2002 1 commit
-
-
serg@serg.mysql.com authored
-
- 20 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Changed table_list->name -> table_list->alias to find places where we where using alias instead of table_name. This should fix some issues where --lower-case-table-names doesn't work properly under windows.
-
- 13 Sep, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
-
- 12 Sep, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
Some optimization to reduce rules number in sql_yacc.yy
-
- 05 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT Changed fn_ext to point at first '.' after directory. FLUSH LOGS removed numerical extension for all future update logs. Fixed the mysqld --help reports right values for --datadir and --bind-address --log-binary=a.b.c now properly strips of .b.c Fix that one can DROP UDF functions that was not loaded at startup Made AND optional in REQUIRE Added REQUIRE NONE
-
- 03 Sep, 2002 1 commit
-
-
bell@sanja.is.com.ua authored
new error handling Item_ref bug fixed
-
- 28 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
-
- 22 Aug, 2002 1 commit
-
-
bar@bar.mysql.r18.ru authored
New class Item_func_set_collation() Fixed that "SELECT CONVERT(expr USING charset) GROUP BY 1" was not working New COLLATION syntax: <expr> COLLATE latin1
-
- 12 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
able delay_key_write as default (as it was in 4.0.2)
-
- 09 Aug, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Fix for syntax error bug in SET TRANSACTION ISOLATION
-
ram@ram.(none) authored
-
- 08 Aug, 2002 2 commits
-
-
monty@hundin.mysql.fi authored
Make safe_mysqld a symlink to mysqld_safe in binary distribution Fixed problem with CTRL-C when using mysqld --bootstrap
-
ram@ram.(none) authored
-
- 03 Aug, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 29 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Merge of ha_innobase.cc from 4.0; This fixes that MySQL doesn't allocate too big buffers when sorting innobase rows Changed name of variables NO_FOREIGN_KEY_CHECKS -> FOREIGN_KEY_CHECKS RELAXED_UNIQUE_CHECKS -> UNIQUE_CHECKS to avoid confusion with 'not...' variables. Write name of adminstrator command to slow log. Added mysqldumpslow to RPM
-
- 24 Jul, 2002 2 commits
-
-
monty@mashka.mysql.fi authored
-
monty@mashka.mysql.fi authored
Fixed bugfix of INSERT ... SET db_name.table_name.column_name Changed locking to external-locking Fix client hangup for some invalid SQL queries.
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 20 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 17 Jul, 2002 1 commit
-
-
peter@mysql.com authored
-
- 16 Jul, 2002 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
Will do a push when it starts working ..
-