mariadb/sql
dlenev@brandersnatch.localdomain 0aa589d099 Final solution for bug# 4302 "Ambiguos order by when renamed column is
identical to another in result"
According to SQL standard queries like 
"select t1.a as col from t1, t2 order by a" should return an error if
both tables contain field a.
2004-09-30 16:28:17 +04:00
..
examples The major change for this changeset is the addition of code to handle: 2004-09-21 03:33:22 +02:00
share Add GPL notice to a bunch of files. 2004-09-10 14:53:06 -05:00
.cvsignore
add_errmsg
client_settings.h
custom_conf.h
derror.cc
des_key_file.cc
discover.cc
field.cc
field.h
field_conv.cc
filesort.cc Fix for BUG#5117: 2004-09-13 06:14:25 +04:00
frm_crypt.cc
gen_lex_hash.cc
gstream.cc
gstream.h
ha_berkeley.cc Fix for BUG#5117: 2004-09-13 06:14:25 +04:00
ha_berkeley.h Fix for BUG#5117: 2004-09-13 06:14:25 +04:00
ha_heap.cc
ha_heap.h
ha_innodb.cc Merge marko@build.mysql.com:/home/bk/mysql-4.1 2004-09-16 19:09:38 +03:00
ha_innodb.h Merge marko@build.mysql.com:/home/bk/mysql-4.1 2004-09-16 19:09:38 +03:00
ha_isam.cc
ha_isam.h
ha_isammrg.cc
ha_isammrg.h
ha_myisam.cc
ha_myisam.h
ha_myisammrg.cc
ha_myisammrg.h
ha_ndbcluster.cc bug#5591 2004-09-21 12:52:56 +00:00
ha_ndbcluster.h fix updated signature 2004-09-20 20:50:48 +02:00
handler.cc Merge mskold@build.mysql.com:/home/bk/mysql-4.1 2004-09-11 20:56:06 +02:00
handler.h Merge spetrunia@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-09-13 16:26:01 +04:00
hash_filo.cc
hash_filo.h
hostname.cc
init.cc
item.cc Final solution for bug# 4302 "Ambiguos order by when renamed column is 2004-09-30 16:28:17 +04:00
item.h Return character strings in table, type, possible_keys, key fields 2004-09-16 14:47:39 +05:00
item_buff.cc
item_cmpfunc.cc
item_cmpfunc.h
item_create.cc
item_create.h
item_func.cc Merge sgluhov@bk-internal.mysql.com:/home/bk/mysql-4.1 2004-09-12 10:41:06 +04:00
item_func.h Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditions 2004-09-07 15:42:19 +05:00
item_geofunc.cc
item_geofunc.h
item_row.cc
item_row.h
item_strfunc.cc A fix (bug #5540: CONCAT function and 'double' type). 2004-09-15 15:13:17 +05:00
item_strfunc.h
item_subselect.cc
item_subselect.h
item_sum.cc Fix for bug#5400 "GROUP_CONCAT returns everything twice": 2004-09-08 22:43:37 +04:00
item_sum.h
item_timefunc.cc Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditions 2004-09-07 15:42:19 +05:00
item_timefunc.h Bug #5228 ORDER BY CAST(enumcol) sorts incorrectly under certain conditions 2004-09-07 15:42:19 +05:00
item_uniq.cc
item_uniq.h
key.cc
lex.h
lex_symbol.h
lock.cc
log.cc log.cc: 2004-09-08 22:05:49 +02:00
log_event.cc merged 2004-09-07 21:30:28 +02:00
log_event.h
Makefile.am
matherr.c
mf_iocache.cc
my_lock.c
mysql_priv.h Final solution for bug# 4302 "Ambiguos order by when renamed column is 2004-09-30 16:28:17 +04:00
mysqld.cc Merge marko@build.mysql.com:/home/bk/mysql-4.1 2004-09-16 19:09:38 +03:00
mysqld_suffix.h
net_serv.cc A fix and test case for Bug#5194 "Bulk Insert Failures with Prepared 2004-09-08 23:07:11 +04:00
nt_servc.cc
nt_servc.h
opt_range.cc
opt_range.h
opt_sum.cc opt_sum.cc: 2004-09-15 23:52:46 -07:00
password.c
procedure.cc
procedure.h
protocol.cc
protocol.h
protocol_cursor.cc
records.cc
repl_failsafe.cc
repl_failsafe.h
set_var.cc
set_var.h
slave.cc few s/sql_print_error/sql_print_information/ 2004-09-08 10:45:50 +02:00
slave.h
spatial.cc
spatial.h
sql_acl.cc
sql_acl.h
sql_analyse.cc merged 2004-09-07 15:18:53 +02:00
sql_analyse.h
sql_base.cc Final solution for bug# 4302 "Ambiguos order by when renamed column is 2004-09-30 16:28:17 +04:00
sql_bitmap.h
sql_cache.cc wording fixed 2004-09-16 18:37:26 +03:00
sql_cache.h information about different variables agged to query cache (BUG#5515, BUG#5394) 2004-09-10 16:28:18 +03:00
sql_class.cc A fix and test case for Bug#5315 "mysql_change_user() doesn't free 2004-09-22 15:50:07 +04:00
sql_class.h A fix and test case for Bug#5315 "mysql_change_user() doesn't free 2004-09-22 15:50:07 +04:00
sql_client.cc
sql_crypt.cc
sql_crypt.h
sql_db.cc merged 2004-09-07 21:30:28 +02:00
sql_delete.cc
sql_derived.cc
sql_do.cc
sql_error.cc
sql_handler.cc
sql_help.cc
sql_insert.cc
sql_lex.cc wording fixed 2004-09-16 18:37:26 +03:00
sql_lex.h check that table used in multi-update is unique added (BUG#5455) 2004-09-08 13:39:15 +03:00
sql_list.cc
sql_list.h
sql_load.cc Merging 2004-09-14 10:04:35 +05:00
sql_manager.cc
sql_manager.h
sql_map.cc
sql_map.h
sql_olap.cc
sql_parse.cc wording fixed 2004-09-16 18:37:26 +03:00
sql_prepare.cc A fix and test case for Bug#5194 "Bulk Insert Failures with Prepared 2004-09-08 23:07:11 +04:00
sql_rename.cc
sql_repl.cc code clean-up 2004-09-14 18:57:22 +05:00
sql_repl.h
sql_select.cc Final solution for bug# 4302 "Ambiguos order by when renamed column is 2004-09-30 16:28:17 +04:00
sql_select.h
sql_show.cc
sql_sort.h
sql_state.c
sql_string.cc
sql_string.h
sql_table.cc Merging 2004-09-14 10:04:35 +05:00
sql_test.cc
sql_udf.cc
sql_udf.h
sql_union.cc
sql_update.cc check that table used in multi-update is unique added (BUG#5455) 2004-09-08 13:39:15 +03:00
sql_yacc.yy un-reserving "RETURNS" 2004-09-13 11:19:38 +02:00
stacktrace.c
stacktrace.h
strfunc.cc
structs.h
table.cc
table.h
thr_malloc.cc
time.cc
tzfile.h
tztime.cc A fix for MetroWerks compiler. 2004-09-16 16:24:45 +03:00
tztime.h
udf_example.cc
uniques.cc
unireg.cc
unireg.h
watchdog_mysqld