search for: old_id

Displaying 13 results from an estimated 13 matches for "old_id".

2012 Feb 01
1
Wiki database errors
It's nice to have the site back online. I hope it's not premature to report that editing pages on the wiki results in the "19: text.old_id may not be NULL" error and the changes are not saved.
2006 Jan 06
3
Flashing Window in Quicken
...button" } 000c: set_window_info( handle=0x10224, flags=00000001, style=50030041, ex_style=00000000, id=00000000, instance=(nil), is_unicode=0, user_data=(nil), extra_offset=-1, ext ra_size=0, extra_value=00000000 ) 000c: set_window_info() = 0 { old_style=50030040, old_ex_style=00000004, old_id=00000065, old_instance=0x7f460000, old_user_data=(nil), old_extra_value=00000000 } 000c: redraw_window( window=0x10224, flags=00000005, region={} ) 000c: redraw_window() = 0 000c: set_queue_mask( wake_mask=00000000, changed_mask=00000020, skip_wait=0 ) 000c: set_queue_mask() = 0 { wake_bits...
2007 Apr 18
1
[Bridge] [BRIDGE] Unaligned access on IA64 when comparing ethernet addresses
From: Evgeny Kravtsunov <emkravts@openvz.org> compare_ether_addr() implicitly requires that the addresses passed are 2-bytes aligned in memory. This is not true for br_stp_change_bridge_id() and br_stp_recalculate_bridge_id() in which one of the addresses is unsigned char *, and thus may not be 2-bytes aligned. Signed-off-by: Evgeny Kravtsunov <emkravts@openvz.org> Signed-off-by:
2006 May 17
8
Why can''t I change value of the primary key?
One should be able to change the value of a primary key, right? But it''s not working for me. If I do this: @drug = Drug.find(tid1) @drug.id = tid2 @drug.category = ''Test2'' if @drug.save savedok = ''Saved successfully'' else savedok = ''Not saved'' end I get ''Saved successfully''
2007 Apr 18
2
refactoring io_apic.c
...stored in the MPC table. - * - * by Matt Domsch <Matt_Domsch@dell.com> Tue Dec 21 12:25:05 CST 1999 - */ - -#ifndef CONFIG_X86_NUMAQ -static void __init setup_ioapic_ids_from_mpc(void) -{ - union IO_APIC_reg_00 reg_00; - physid_mask_t phys_id_present_map; - int apic; - int i; - unsigned char old_id; - unsigned long flags; - - /* - * This is broken; anything with a real cpu count has to - * circumvent this idiocy regardless. - */ - phys_id_present_map = ioapic_phys_id_map(phys_cpu_present_map); - - /* - * Set the IOAPIC ID to the value stored in the MPC table. - */ - for (apic = 0; apic &...
2007 Apr 18
2
refactoring io_apic.c
...stored in the MPC table. - * - * by Matt Domsch <Matt_Domsch@dell.com> Tue Dec 21 12:25:05 CST 1999 - */ - -#ifndef CONFIG_X86_NUMAQ -static void __init setup_ioapic_ids_from_mpc(void) -{ - union IO_APIC_reg_00 reg_00; - physid_mask_t phys_id_present_map; - int apic; - int i; - unsigned char old_id; - unsigned long flags; - - /* - * This is broken; anything with a real cpu count has to - * circumvent this idiocy regardless. - */ - phys_id_present_map = ioapic_phys_id_map(phys_cpu_present_map); - - /* - * Set the IOAPIC ID to the value stored in the MPC table. - */ - for (apic = 0; apic &...
2006 May 20
2
Migrate database to a new one using migrations.
...ng on a new version in Ruby/Rails. So, can someone tell me how can I generate a migration so that every time I run it the "data" from the old db get''s copied to the new one?? Note that _I''ve already the schema, I want something that automatically could copy the field old_id of the table DB1._my_old_table to the field id of DB2.my_table. Thanks.
2010 Aug 19
0
[GIT PULL] ocfs2 changes for 2.6.36, part 2.
...w huge (> 16 TiB) volumes to mount Sunil Mushran (2): ocfs2: Fix metaecc error messages ocfs2: Fix incorrect checksum validation error Tao Ma (9): ocfs2: Add some trace log for orphan scan. ocfs2: Remove obscure error handling in direct_write. ocfs2: Remove unused old_id in ocfs2_commit_cache. ocfs2: Remove obsolete comments before ocfs2_start_trans. ocfs2: pass struct file* to ocfs2_write_begin_nolock. ocfs2: pass struct file* to ocfs2_prepare_inode_for_write. ocfs2: Add struct file to ocfs2_refcount_cow. ocfs2: Add readahead support...
2010 Oct 22
0
[GIT PULL] ocfs2 changes for 2.6.37
...cfs2_prepare_inode_for_write. ocfs2: Add struct file to ocfs2_refcount_cow. ocfs2: Add readahead support for CoW. ocfs2: Add readhead during CoW. ocfs2: Add some trace log for orphan scan. ocfs2: Remove obscure error handling in direct_write. ocfs2: Remove unused old_id in ocfs2_commit_cache. ocfs2: Remove obsolete comments before ocfs2_start_trans. ocfs2: Cache system inodes of other slots. Tristan Ye (2): Ocfs2: Add new OCFS2_IOC_INFO ioctl for ocfs2 v8. ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_...
2012 Jun 14
0
[ocfs2-announce] OCFS2 1.4.10-1 released
...ote node item in configfs ocfs2: validate bg_free_bits_count after update ocfs2: Use cpu_to_le16 for e_leaf_clusters in ocfs2_bg_discontig_add_extent ocfs2: Initialize the bktcnt variable properly and call it bucket_count ocfs2: Remove obsolete comments before ocfs2_start_trans ocfs2: Remove unused old_id in ocfs2_commit_cache ocfs2: Add some trace log for orphan scan ocfs2: dlm dlmlock_remote needs to account for remastery ocfs2: dlm Take inflight reference count for remotely mastered resrouce too ocfs2: Wakeup down convert thread just after clearing OCFS2-LOCK-UPCONVERT-FINISHING ocfs2: dlm Hard...
2009 Jan 11
6
Why does ActiveRecord allow perception of success when updating an ID, however it doesn't really work(i.e. no change in database)?
Hi, Why does ActiveRecord allow perception of success when updating an ID, however it doesn''t really work(i.e. no change in database)? Here''s an example. The update of "id" versus update of a non-existent attribute. ?> ai = AccountItem.find(:first) => #<AccountItem id: 1, account_id: 1, date: "2009-01-11", amount:
2018 Feb 07
4
BUG: panic when using fs:posix as dict for acl_shared_dict
...T_USERNAME/USERNAME" new_ids = <optimized out> prefix_len = 20 Missing separate debuginfos, use: debuginfo-install expat-2.1.0-10.el7_3.x86_64 glibc-2.17-196.el7_4.2.x86_64 libgcc-4.8.5-16.el7_4.1.x86_64 zlib-1.2.7-17.el7.x86_64 ret = <optimized out> old_ids_arr = {arr = {buffer = 0x56481e754a68, element_size = 8}, v = 0x56481e754a68, v_modifiable = 0x56481e754a68} newi = <optimized out> path = <optimized out> username = 0x56481e780980 "USERNAME" prefix = 0x7f64c0b3b126 "shared/shared-boxes/&q...
2009 Feb 13
44
[PATCH 0/40] ocfs2: Detach ocfs2 metadata I/O from struct inode
The following series of patches attempts to detach metadata I/O from struct inode. They are currently tied together pretty tightly. Metadata reads happen via the ocfs2_read_blocks() functions, writes via both jbd2 and ocfs2_write_blocks(). - Each inode has a cache of associated metadata blocks stored on its ip_metadata_cache member. The ocfs2_read/write_blocks() functions take a struct